-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 937 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
{
"name": "tumbleweedwebside",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^0.2.7",
"@future-machine-research-institute/cgbidecompress": "github:Future-Machine-Research-Institute/CgBIDecompress",
"axios": "^0.27.2",
"bytebuffer": "^5.0.1",
"element-plus": "^2.2.17",
"isomorphic-unzip": "^1.1.5",
"js-md5": "^0.7.3",
"mitt": "^3.0.0",
"qrcode.vue": "^3.3.3",
"vue": "^3.2.25",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.12",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^2.2.0",
"@vitejs/plugin-vue": "^3.1.2",
"events": "^3.3.0",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"util": "^0.12.4",
"vite": "^3.1.7",
"vite-plugin-compression": "^0.5.1"
}
}