-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 801 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 801 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
{
"name": "web-player",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev:static": "vite --mode static ",
"dev:server": "vite --mode server ",
"build:static": "vite build --mode static ",
"build:server": "vite build --mode server ",
"preview": "vite preview"
},
"dependencies": {
"@types/wicg-file-system-access": "^2023.10.5",
"axios": "^1.7.7",
"pinia": "^2.2.4",
"qs": "^6.13.1",
"unplugin-icons": "^0.19.3",
"vue": "^3.5.12",
"xgplayer": "3.0.20",
"xgplayer-mp4": "^3.0.20"
},
"devDependencies": {
"@iconify/json": "^2.2.261",
"@types/node": "^22.7.6",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"vite": "^5.4.9",
"vue-tsc": "^2.1.6"
}
}