From 60e16bd5406c4cbdf61bf20a50e8e1b49a45b2aa Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Fri, 06 Sep 2024 11:14:59 +0800 Subject: [PATCH] Merge branch 'feature_1.0' --- package.json | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index a6d8fed..d172a5b 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,14 @@ }, "dependencies": { "@amap/amap-vue": "^2.0.13", + "@turf/turf": "^6.5.0", "@types/lodash": "^4.14.149", "@types/mockjs": "^1.0.1", "@types/numeral": "^0.0.26", "@types/qs": "^6.9.0", "ant-design-vue": "^1.7.5", "axios": "^0.19.0", + "coordtransform": "^2.1.2", "core-js": "^3.4.3", "crypto-js": "^4.0.0", "date-fns": "^2.8.1", -- Gitblit v1.8.0