mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
35 lines
791 B
JSON
35 lines
791 B
JSON
{
|
|
"name": "rax-medical",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.3.3",
|
|
"echarts": "^5.4.1",
|
|
"element-plus": "2.3.1",
|
|
"pinia": "^2.1.7",
|
|
"sass": "^1.58.3",
|
|
"slider-verify-v3": "^1.1.11",
|
|
"uuid": "^9.0.1",
|
|
"vue": "^3.2.45",
|
|
"vue-router": "^4.1.6",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.12",
|
|
"@types/uuid": "^9.0.8",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.0.0",
|
|
"vue-tsc": "^1.0.12"
|
|
}
|
|
}
|