forked from sjxm0721/bilibilipro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
47
{
"name": "bilibilipro",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "vue-tsc && vite build",
"build:test": "vue-tsc && vite build --mode test",
"build:pro": "vue-tsc && vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@ffmpeg/core": "^0.12.3",
"@ffmpeg/ffmpeg": "^0.12.6",
"@nplayer/danmaku": "^1.0.12",
"@nplayer/vue": "^1.0.12",
"@types/js-cookie": "^3.0.4",
"@types/lodash": "^4.14.200",
"@vueuse/core": "^10.4.1",
"axios": "^1.5.0",
"element-plus": "^2.3.14",
"fast-glob": "^3.3.1",
"hls.js": "^1.4.12",
"js-cookie": "^3.0.4",
"lodash": "^4.17.21",
"nplayer": "^1.0.15",
"path": "^0.12.7",
"pinia": "2.1.6",
"pinia-plugin-persistedstate": "3.2.0",
"sass": "^1.67.0",
"sass-loader": "^13.3.2",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"websocket": "^1.0.34"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.5",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.8.5"
}
}