This repository has been archived by the owner on Aug 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
61 lines (61 loc) · 1.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "aniplay",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.4.0",
"@ducanh2912/next-pwa": "^10.2.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.3",
"@megatunger/x-frame-bypass": "^1.0.2",
"@next/bundle-analyzer": "^14.1.0",
"@nextui-org/react": "^2.2.10",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@vidstack/react": "^1.11.21",
"axios": "^1.6.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"disqus-react": "^1.1.5",
"framer-motion": "^10.18.0",
"hls.js": "^1.5.8",
"ioredis": "^5.3.2",
"js-cookie": "^3.0.5",
"ky": "^1.4.0",
"lucide-react": "^0.417.0",
"media-icons": "^1.1.4",
"mongoose": "^8.1.1",
"next": "^14.1.0",
"next-auth": "^4.24.6",
"next-nprogress-bar": "^2.3.2",
"nextjs-toploader": "^1.6.4",
"rate-limiter-flexible": "^3.0.0",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-loading-skeleton": "^3.4.0",
"react-use-draggable-scroll": "^0.4.7",
"sonner": "^1.4.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
}
}