-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "taro",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.7.4",
"@consumet/extensions": "github:consumet/consumet.ts",
"@distube/ytdl-core": "^4.15.8",
"@vercel/analytics": "^1.3.1",
"artplayer": "^5.1.6",
"artplayer-plugin-chapter": "^1.0.0",
"artplayer-plugin-hls-quality": "^2.0.0",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"disqus-react": "^1.1.5",
"framer-motion": "^11.3.8",
"hls.js": "^1.5.17",
"ioredis": "^5.4.2",
"mongodb": "^6.11.0",
"mongoose": "^8.5.2",
"next": "14.2.4",
"next-auth": "^4.24.10",
"next-nprogress-bar": "^2.3.13",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-paginate": "^8.2.0",
"react-toastify": "^10.0.5",
"sharp": "^0.33.4",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@types/node": "22.7.8",
"@types/react": "18.3.11",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}