MAPFRONT/package.json

25 lines
552 B
JSON
Raw Normal View History

2025-08-22 17:41:50 +08:00
{
"name": "yichun-map-maintenance",
"version": "1.0.0",
"description": "宜春市袁州区小区装维人员地图标点系统",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"axios": "^1.4.0",
"element-plus": "^2.3.8",
"pinia": "^2.1.4",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.6"
}
}