-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "server-manager",
"version": "0.1.0a",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"buildToStatic": "vite build --outDir=../static --emptyOutDir",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@xterm/xterm": "^5.5.0",
"axios": "^1.6.1",
"chart.js": "^4.4.2",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-zoom": "^2.0.1",
"clipboard": "^2.0.11",
"core-js": "^3.29.0",
"cropperjs": "^1.6.1",
"crypto-js": "^4.2.0",
"dropzone": "^6.0.0-beta.2",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"moment": "^2.30.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qrcode": "^1.5.3",
"roboto-fontface": "*",
"simple-uploader.js": "^0.6.0",
"spark-md5": "^3.0.2",
"tiny-async-pool": "^2.1.0",
"v-viewer": "^3.0.13",
"viewerjs": "^1.11.6",
"vue": "^3.2.0",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.14.0",
"vue-router": "^4.0.0",
"vue-simple-uploader": "^0.7.6",
"vue-toastification": "^2.0.0-rc.5",
"vue3-eventbus": "^2.0.0",
"vuetify": "^3.6.10",
"vuetify3-dialog": "^1.4.2",
"xterm-addon-fit": "^0.8.0",
"xterm-theme": "^1.1.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@mdi/font": "^7.3.67",
"@vitejs/plugin-vue": "^4.0.0",
"ace-builds": "^1.34.2",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.3.0",
"material-design-icons-iconfont": "^6.7.0",
"sass": "^1.60.0",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.0",
"vite-plugin-vuetify": "^1.0.0"
}
}