forked from biliup/biliup
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 971 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 971 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
35
36
37
38
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "node scripts/convert-changelog.js",
"dev": "next dev",
"prebuild": "node scripts/convert-changelog.js",
"build": "next build && ncp ./out ./biliup/web/public",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@douyinfe/semi-ui": "^2.75.0",
"artplayer": "^5.2.1",
"mpegts.js": "^1.8.0",
"my-app": "file:",
"next": "^14.2.26",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-json-tree": "^0.19.0",
"react-use": "^17.6.0",
"swr": "^2.3.0"
},
"devDependencies": {
"@types/node": "^20.13.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"eslint-config-prettier": "^9.1.0",
"marked": "^13.0.2",
"ncp": "^2.0.0",
"sass": "^1.87.0",
"typescript": "^5.7.2"
}
}