forked from aniplaynow/airin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
{
"name": "airin",
"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",
"@consumet/extensions": "^1.7.0",
"@ducanh2912/next-pwa": "^10.2.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.3",
"@next/bundle-analyzer": "^14.1.0",
"@nextui-org/react": "^2.2.10",
"@vidstack/react": "^1.12.11",
"@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",
"axios": "^1.6.5",
"js-cookie": "^3.0.5",
"disqus-react": "^1.1.5",
"framer-motion": "^10.18.0",
"hls.js": "^1.5.15",
"ioredis": "^5.3.2",
"media-icons": "^1.1.4",
"mongoose": "^8.1.1",
"next": "^14.2.13",
"next-auth": "^4.24.6",
"next-nprogress-bar": "^2.3.2",
"nextjs-toploader": "^1.6.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loading-skeleton": "^3.4.0",
"react-use-draggable-scroll": "^0.4.7",
"sonner": "^1.4.0",
"string-similarity": "^4.0.4",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.2",
"sqlite3": "^5.1.2",
"sqlite": "^4.1.1"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "^14.2.13",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
}
}