保险前后端,养殖端和保险端小程序
This commit is contained in:
28
insurance_admin-system/package.json
Normal file
28
insurance_admin-system/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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": {
|
||||
"vue": "^3.3.4",
|
||||
"vue-router": "^4.2.4",
|
||||
"pinia": "^2.1.6",
|
||||
"ant-design-vue": "^4.0.0",
|
||||
"axios": "^1.4.0",
|
||||
"@ant-design/icons-vue": "^6.1.0",
|
||||
"echarts": "^5.4.2",
|
||||
"vue-echarts": "^6.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"vite": "^4.4.5",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint-plugin-vue": "^9.15.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user