初始版本,目前线上可用
This commit is contained in:
39
frontEnd/package.json
Normal file
39
frontEnd/package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "basesystemforvue3",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.0.10",
|
||||
"axios": "^1.6.0",
|
||||
"dayjs": "^1.11.5",
|
||||
"echarts": "^5.4.3",
|
||||
"element-china-area-data": "^6.1.0",
|
||||
"element-plus": "^2.8.7",
|
||||
"exceljs": "^4.4.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"html2canvas": "^1.4.1",
|
||||
"js-md5": "^0.8.3",
|
||||
"pinia": "^2.0.22",
|
||||
"print-js": "^1.6.0",
|
||||
"vue": "^3.2.37",
|
||||
"vue-json-excel3": "^1.0.29",
|
||||
"vue-router": "^4.1.5",
|
||||
"vue3-print-nb": "^0.1.4",
|
||||
"xlsx": "^0.20.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/file-saver": "^2.0.7",
|
||||
"@types/node": "^18.8.0",
|
||||
"@vitejs/plugin-vue": "^3.1.0",
|
||||
"sass": "^1.79.3",
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^3.2.11",
|
||||
"vue-tsc": "^0.40.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user