修改保险后端代码,政府前端代码
This commit is contained in:
@@ -1,65 +1,30 @@
|
||||
{
|
||||
"name": "government-admin-system",
|
||||
"name": "government-admin",
|
||||
"version": "1.0.0",
|
||||
"description": "宁夏智慧养殖监管平台 - 政府端管理后台",
|
||||
"author": "NXXM Development Team",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"vue3",
|
||||
"vite",
|
||||
"ant-design-vue",
|
||||
"echarts",
|
||||
"pinia",
|
||||
"government-admin",
|
||||
"smart-farming",
|
||||
"monitoring-system"
|
||||
],
|
||||
"engines": {
|
||||
"node": "16.x",
|
||||
"npm": ">=8.0.0"
|
||||
},
|
||||
"description": "政府端后台管理系统",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"serve": "vite preview",
|
||||
"preview": "vite preview --port 5400",
|
||||
"lint": "eslint . --ext .vue,.js,.ts --fix",
|
||||
"lint:check": "eslint . --ext .vue,.js,.ts",
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"test": "vitest",
|
||||
"test:ui": "vitest --ui",
|
||||
"test:coverage": "vitest --coverage",
|
||||
"clean": "rimraf dist node_modules/.vite",
|
||||
"analyze": "vite-bundle-analyzer dist/stats.html",
|
||||
"deploy": "npm run build && npm run preview"
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons-vue": "^7.0.1",
|
||||
"ant-design-vue": "^4.0.6",
|
||||
"axios": "^1.6.2",
|
||||
"dayjs": "^1.11.10",
|
||||
"echarts": "^5.4.3",
|
||||
"element-plus": "^2.11.2",
|
||||
"file-saver": "^2.0.5",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nprogress": "^0.2.0",
|
||||
"pinia": "^2.1.7",
|
||||
"qrcode": "^1.5.4",
|
||||
"socket.io-client": "^4.7.4",
|
||||
"vue": "^3.4.15",
|
||||
"vue-router": "^4.2.5",
|
||||
"xlsx": "^0.18.5"
|
||||
"@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": "^5.0.3",
|
||||
"@vue/eslint-config-prettier": "^9.0.0",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-vue": "^9.20.1",
|
||||
"prettier": "^3.2.4",
|
||||
"rimraf": "^5.0.5",
|
||||
"vite": "^5.0.12",
|
||||
"vite-bundle-analyzer": "^0.7.0",
|
||||
"vitest": "^1.2.2",
|
||||
"vue-tsc": "^1.8.27"
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint-plugin-vue": "^9.15.1",
|
||||
"sass": "^1.93.0",
|
||||
"vite": "^4.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user