From 542a79020d2dcd3d099e21e260d5e936f5850c7a Mon Sep 17 00:00:00 2001 From: ruyinjuan <14222412+ruyinjuan@user.noreply.gitee.com> Date: Mon, 5 May 2025 22:19:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=B8=83=E5=B1=80=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 122cf47f9..3693aadb5 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,8 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { + "@antv/g6": "^5.0.45", + "@antv/layout": "^1.2.14-beta.8", "@antv/x6": "^2.18.1", "@antv/x6-vue-shape": "^2.1.2", "@turf/turf": "^7.1.0", @@ -24,6 +26,7 @@ "cesium-extends": "^1.8.23", "cesium-sensors-es6": "^1.0.0", "chroma-js": "^3.1.2", + "dagre": "^0.8.5", "dayjs": "^1.11.13", "echarts": "^5.5.1", "elkjs": "^0.10.0",