client_front_end/package.json

21 lines
382 B
JSON
Raw Normal View History

2023-08-04 11:03:14 +08:00
{
"name": "template",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"echarts": "^5.4.3",
"element-plus": "^2.3.8",
"vue": "^3.0.4",
"vue-router": "^4.2.4",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.0.4",
"vite": "^4.4.7"
}
}