-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 889 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
{
"name": "vue3-vite-typescript-elementplus-pinia",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:prod": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@types/node": "^18.15.3",
"axios": "^1.3.4",
"echarts": "^5.4.2",
"element-plus": "^2.3.0",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"pinia": "^2.0.33",
"screenfull": "^6.0.2",
"vite-plugin-mock": "^2.9.6",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"fast-glob": "^3.2.12",
"sass": "^1.59.3",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.0.24"
}
}