-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "mujio-player",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@skjnldsv/vue-plyr": "^7.4.0",
"@tauri-apps/api": "^1.5.2",
"axios": "^1.6.2",
"core-js": "^3.34.0",
"element-plus": "^2.4.3",
"express": "^4.18.2",
"fast-xml-parser": "^4.3.2",
"http-proxy-middleware": "^2.0.6",
"jsonp": "^0.2.1",
"pinia": "^2.1.7",
"vite": "^4.5.1",
"vue": "^3.3.11",
"vue-hls-video-player": "^1.0.1",
"vue-infinite-loading": "^2.4.5",
"vue-video-player": "^6.0.0",
"vue-waterfall-easy": "^2.4.4",
"vue-waterfall-plugin": "^3.3.1",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.7",
"@vitejs/plugin-vue": "^4.5.2",
"less": "^4.2.0",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"video.js": "^8.6.1",
"vue-tsc": "^1.8.25"
}
}