XWWitPark/witpark_jzzs/xw_jzzs_web/package.json
2024-09-12 08:10:00 +08:00

28 lines
540 B
JSON

{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.4.0",
"echarts": "^5.4.3",
"element-plus": "^2.3.4",
"linq": "^4.0.2",
"mitt": "^3.0.1",
"naive-ui": "^2.34.4",
"path": "^0.12.7",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vfonts": "^0.0.3",
"vite": "^4.4.5"
}
}