30 lines
748 B
JSON
30 lines
748 B
JSON
{
|
|
"name": "insurance-admin-system",
|
|
"version": "1.0.0",
|
|
"description": "保险端口后台管理系统",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^6.1.0",
|
|
"ant-design-vue": "^4.0.0",
|
|
"axios": "^1.4.0",
|
|
"dayjs": "^1.11.18",
|
|
"echarts": "^5.4.2",
|
|
"pinia": "^2.1.6",
|
|
"vue": "^3.3.4",
|
|
"vue-echarts": "^6.5.3",
|
|
"vue-router": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"eslint": "^8.57.1",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"vite": "^4.5.14"
|
|
}
|
|
}
|