Files
platforms/frontend/delivery_admin/package.json

61 lines
1.9 KiB
JSON
Raw Normal View History

{
"name": "heqi-delivery-admin",
"description": "和气配送点管理系统",
"version": "1.0.0",
"private": true,
"author": "ArcoDesign Team",
"license": "MIT",
"scripts": {
"dev": "vite --config ./config/vite.config.ts",
"build": "vue-tsc -p tsconfig.build.json --noEmit && vite build --config ./config/vite.config.ts",
"report": "vite build --config ./config/vite.config.ts --mode report",
"preview": "pnpm run build && vite preview --host",
"type:check": "vue-tsc -p tsconfig.build.json --noEmit --skipLibCheck",
"contract:sync": "node scripts/sync-backend-contract.mjs",
"contract:check": "node scripts/check-backend-contract.mjs",
"audit:platform": "node scripts/check-backend-contract.mjs",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"format": "biome format --write ."
},
"dependencies": {
"@arco-design/web-vue": "^2.58.0",
"@vueuse/core": "^13.9.0",
"axios": "^1.8.4",
"dayjs": "^1.11.13",
"echarts": "^6.1.0",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"qrcode": "^1.5.4",
"pinia": "^3.0.1",
"sortablejs": "^1.15.6",
"vue": "^3.5.13",
"vue-echarts": "^8.0.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@arco-plugins/vite-vue": "^1.4.6",
"@biomejs/biome": "^2.5.0",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/nprogress": "^0.2.3",
"@types/qrcode": "^1.5.5",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-vue": "^6.0.0",
"@vitejs/plugin-vue-jsx": "^5.0.0",
"less": "^4.2.2",
"mockjs": "^1.1.0",
"rollup-plugin-visualizer": "^6.0.3",
"typescript": "^5.8.3",
"unplugin-vue-components": "^28.8.0",
"vite": "^8.0.0",
"vite-plugin-compression": "^0.5.1",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.2.8"
},
"engines": {
"node": ">=20.19.0"
}
}