Files
nxxmdata/admin-system/package.json
2025-09-26 18:45:42 +08:00

70 lines
1.8 KiB
JSON

{
"name": "nxxmdata-frontend",
"version": "2.2.0",
"description": "宁夏智慧养殖监管平台前端管理界面",
"author": "NXXM Development Team",
"license": "MIT",
"keywords": [
"vue3",
"vite",
"ant-design-vue",
"echarts",
"pinia",
"smart-farming",
"admin-dashboard"
],
"engines": {
"node": "16.20.2",
"npm": ">=8.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"preview": "vite preview --port 5300",
"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-vue": "^4.0.6",
"axios": "^1.6.2",
"echarts": "^5.4.3",
"file-saver": "^2.0.5",
"moment": "^2.29.4",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"xlsx": "^0.18.5",
"@ant-design/icons-vue": "^7.0.1",
"dayjs": "^1.11.10",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"vite": "^4.5.3",
"@types/node": "^16.18.68",
"@types/lodash-es": "^4.17.12",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"rimraf": "^5.0.5",
"typescript": "^4.9.5",
"vite-bundle-analyzer": "^0.7.0",
"vitest": "^0.34.6",
"@vitest/ui": "^0.34.6",
"@vitest/coverage-v8": "^0.34.6",
"vue-tsc": "^1.8.25"
}
}