You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
964 B
38 lines
964 B
{
|
|
"name": "gold-system",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"serve": "vite - service serve --host 0.0.0.0 --port 8080"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"axios": "^1.7.8",
|
|
"echarts": "^5.5.1",
|
|
"element-plus": "^2.8.8",
|
|
"lodash": "^4.17.21",
|
|
"mathjs": "^14.0.1",
|
|
"moment": "^2.30.1",
|
|
"vue": "^3.5.12",
|
|
"vue-icons-plus": "^0.1.7",
|
|
"vue-json-excel": "^0.3.0",
|
|
"vue-router": "^4.5.0",
|
|
"vxe-pc-ui": "^4.3.66",
|
|
"vxe-table": "^4.10.2",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"@vitejs/plugin-legacy": "^6.0.2",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"terser": "^5.38.1",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^6.1.0",
|
|
"vite-plugin-lazy-import": "^1.0.7",
|
|
"vue-tsc": "^2.1.8"
|
|
}
|
|
}
|