From 9a5ad4f42f936fa5b36cd039a670d36e6f70a568 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期五, 15 三月 2024 11:48:04 +0800 Subject: [PATCH] feat:交通事故指数接口对接 --- package.json | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index b335b7f..43e3e47 100644 --- a/package.json +++ b/package.json @@ -10,16 +10,23 @@ "type-check": "vue-tsc --noEmit" }, "dependencies": { + "@amap/amap-jsapi-loader": "^1.0.1", + "@element-plus/icons-vue": "^2.3.1", + "@kjgl77/datav-vue3": "^1.7.2", "axios": "^1.5.1", "countup.js": "^2.8.0", "dayjs": "^1.11.10", "echarts": "^5.4.3", + "echarts-gl": "^2.0.9", "element-plus": "^2.3.14", "mockjs": "^1.1.0", "pinia": "^2.1.6", + "swiper": "^11.0.7", + "viewerjs": "^1.11.6", "vue": "^3.3.4", "vue-echarts": "^6.6.1", - "vue-router": "^4.2.5" + "vue-router": "^4.2.5", + "vue-seamless-scroll": "^1.1.23" }, "devDependencies": { "@types/mockjs": "^1.0.8", -- Gitblit v1.8.0