-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 873 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 873 Bytes
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
{
"name": "dp-on-next",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node version.js && next dev --turbopack",
"build": "node version.js && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/third-parties": "^15.3.4",
"artplayer": "^5.2.3",
"artplayer-plugin-auto-thumbnail": "^1.0.1",
"artplayer-plugin-hls-control": "^1.0.1",
"daisyui": "^5.0.43",
"geist": "^1.4.2",
"hls.js": "^1.6.5",
"js-cookie": "^3.0.5",
"next": "^15.3.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"zustand": "^5.0.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "24.0.8",
"@types/react": "19.1.8",
"eslint": "^9.30.0",
"eslint-config-next": "15.3.4",
"tailwindcss": "^4.1.11"
}
}