-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1003 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
38
39
40
41
42
{
"name": "vmtemplateadmin",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.1",
"axios": "^0.27.2",
"echarts": "^5.2.2",
"element-plus": "^2.2.2",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"socket.io-client": "2.5.0",
"vue": "^3.2.18",
"vue-class-component": "^8.0.0-rc.1",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.11",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "^17.0.38",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.3.1",
"sass": "^1.27.0",
"sass-loader": "^13.0.0",
"typescript": "~4.7.2",
"unplugin-auto-import": "^0.8.6",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.7",
"vite-plugin-html": "^3.2.0",
"vue-tsc": "^0.35.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}