-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 956 Bytes
/
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
{
"name": "veadmin",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"build:wafcdn": "vite build --mode wafcdn",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.0",
"axios": "^1.6.1",
"echarts": "^5.5.0",
"element-plus": "^2.6.3",
"path-browserify": "^1.0.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"spark-md5": "^3.0.2",
"vue": "^3.4.31",
"vue-router": "^4.4.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/eslint": "^8.56.3",
"@types/video.js": "^7.3.49",
"@vitejs/plugin-vue": "^5.0.5",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-vue": "^9.27.0",
"sass": "^1.71.1",
"video.js": "^8.10.0",
"vite": "^5.3.3",
"vite-plugin-eslint": "^1.8.1"
}
}