rax-medical/package.json

41 lines
967 B
JSON
Raw Permalink Normal View History

2023-11-10 17:45:10 +08:00
{
"name": "rax-medical",
"version": "0.0.0",
"private": true,
"scripts": {
2024-02-18 09:09:09 +08:00
"serve": "vite --open",
2023-11-10 17:45:10 +08:00
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"axios": "^1.3.3",
"crypto-js": "^4.2.0",
2023-11-10 17:45:10 +08:00
"echarts": "^5.4.1",
2024-05-17 12:06:29 +08:00
"element-china-area-data": "^6.1.0",
2024-05-28 17:54:57 +08:00
"element-plus": "2.7.3",
2024-02-22 20:48:08 +08:00
"js-cookie": "^3.0.5",
2024-03-31 13:13:41 +08:00
"nprogress": "^0.2.0",
2023-12-14 18:29:40 +08:00
"pinia": "^2.1.7",
2024-03-31 13:13:41 +08:00
"progress": "^2.0.3",
2023-12-14 18:29:40 +08:00
"sass": "^1.58.3",
2024-02-01 18:37:21 +08:00
"uuid": "^9.0.1",
2024-02-02 14:10:09 +08:00
"vant": "^4.8.3",
2024-05-17 12:06:29 +08:00
"vue": "^3.4.21",
"vue-router": "^4.3.0",
2024-03-16 12:00:13 +08:00
"xlsx": "^0.18.5"
2023-11-10 17:45:10 +08:00
},
"devDependencies": {
2024-02-22 20:48:08 +08:00
"@types/js-cookie": "^3.0.6",
"@types/node": "^18.19.17",
2024-02-01 18:37:21 +08:00
"@types/uuid": "^9.0.8",
2023-11-10 17:45:10 +08:00
"@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"
}
}