-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 974 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
{
"name": "vue3-ts-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"@logto/vue": "^2.0.1",
"axios": "^1.3.3",
"echarts": "^5.4.1",
"element-plus": "^2.2.32",
"mockjs": "^1.1.0",
"pinia": "^2.0.32",
"pinia-plugin-persistedstate": "^3.1.0",
"qs": "^6.11.1",
"uuid": "^9.0.0",
"vue": "^3.2.45",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@types/node": "^18.14.0",
"@types/qs": "^6.9.7",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"babel-plugin-component": "^1.1.1",
"node-sass": "^8.0.0",
"sass": "^1.58.3",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.14.4",
"unplugin-vue-components": "^0.24.0",
"vite": "^4.1.0",
"vite-plugin-mock": "^2.9.6",
"vue-tsc": "^1.0.24"
}
}