-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 KB
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
{
"name": "veadmin",
"version": "0.0.1",
"type": "module",
"scripts": {
"lint": "eslint --fix src",
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"build:wafcdn": "vite build --mode wafcdn",
"preview": "vite preview --host 0.0.0.0"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.9.0",
"echarts": "^5.6.0",
"element-plus": "^2.9.10",
"path-browserify": "^1.0.1",
"penndev": "^0.0.1",
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.3.0",
"spark-md5": "^3.0.2",
"vue": "^3.5.14",
"vue-router": "^4.5.1",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@rollup/plugin-replace": "^6.0.2",
"@types/video.js": "^7.3.49",
"@vitejs/plugin-vue": "^5.2.4",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-vue": "^10.1.0",
"globals": "^16.1.0",
"prettier": "3.5.3",
"sass": "^1.89.0",
"video.js": "^8.22.0",
"vite": "^6.3.5",
"vite-plugin-eslint": "^1.8.1"
}
}