forked from oreomaker/road-pred-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 847 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 847 Bytes
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
{
"name": "element-plus-vite-starter",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"generate": "vite-ssg build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"axios": "^0.27.2",
"bingmaps": "^2.0.3",
"echarts": "^5.3.3",
"element-plus": "^2.2.2",
"mitt": "^3.0.0",
"pinia": "^2.0.14",
"vue": "^3.2.36",
"vue-echarts": "^6.2.1",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.4",
"@types/node": "^17.0.35",
"@vitejs/plugin-vue": "^2.3.3",
"sass": "^1.52.1",
"typescript": "^4.7.2",
"unocss": "^0.34.1",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"vite-ssg": "^0.20.0",
"vue-tsc": "^0.34.16"
},
"license": "MIT"
}