30 lines
675 B
JSON
30 lines
675 B
JSON
{
|
|
"name": "healthlink-his-mobile",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "HealthLink-HIS 移动护理H5工作站",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:dev": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "echo 'No lint configured'"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.4.0",
|
|
"vue-router": "^4.3.0",
|
|
"pinia": "^2.1.0",
|
|
"axios": "^1.7.0",
|
|
"element-plus": "^2.7.0",
|
|
"echarts": "^5.5.0",
|
|
"js-cookie": "^3.0.5",
|
|
"nprogress": "^0.2.0",
|
|
"path-to-regexp": "^6.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"vite": "^5.4.0",
|
|
"sass": "^1.77.0"
|
|
}
|
|
}
|