Files
nxxmdata/government-admin/package.json
2025-09-17 18:04:28 +08:00

66 lines
1.7 KiB
JSON

{
"name": "government-admin-system",
"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"
},
"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"
},
"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"
},
"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"
}
}