From 821f703dae930a071ca92eb98babfeded72fae90 Mon Sep 17 00:00:00 2001 From: silenceqi Date: Thu, 17 Dec 2020 21:26:16 +0800 Subject: [PATCH] add cluster list page --- web/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/package.json b/web/package.json index a89313eb..b35eed9c 100644 --- a/web/package.json +++ b/web/package.json @@ -8,6 +8,7 @@ "@antv/data-set": "^0.9.6", "@antv/g2-brush": "^0.0.2", "@babel/runtime": "^7.1.2", + "@svgdotjs/svg.js": "^3.0.16", "antd": "^3.26.18", "antd-table-infinity": "^1.1.6", "bizcharts": "^3.2.2", @@ -19,6 +20,7 @@ "dva": "^2.4.0", "enquire-js": "^0.2.1", "hash.js": "^1.1.5", + "honeycomb-grid": "^3.1.7", "lodash": "^4.17.10", "lodash-decorators": "^6.0.0", "memoize-one": "^4.0.0",