-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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",
"@bprogress/next": "^3.2.10",
"@consumet/extensions": "github:consumet/consumet.ts",
"@distube/ytdl-core": "^4.16.5",
"@vercel/analytics": "^1.3.1",
"artplayer": "^5.1.6",
"artplayer-plugin-chapter": "^1.0.0",
"artplayer-plugin-hls-quality": "^2.0.0",
"artplayer-plugin-vtt-thumbnail": "^1.0.3",
"clsx": "^2.1.1",
"disqus-react": "^1.1.5",
"framer-motion": "^4.1.17",
"hls.js": "^1.5.17",
"http-proxy": "^1.18.1",
"mongodb": "^6.11.0",
"mongoose": "^8.5.2",
"motion": "^12.5.0",
"next": "^14.2.35",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-paginate": "^8.2.0",
"react-toastify": "^10.0.5",
"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"
}
}