From 6c60dc91879a56bc8b24f6335a1b31097f408de1 Mon Sep 17 00:00:00 2001 From: medcl Date: Mon, 30 Mar 2020 23:44:51 +0800 Subject: [PATCH] add new packages --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d53c6b0..851a55cf 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "@babel/runtime": "^7.1.2", "antd": "^3.10.0", "antd-pro-merge-less": "^0.1.0", + "antd-table-infinity": "^1.1.6", "bizcharts": "^3.2.2", "bizcharts-plugin-slider": "^2.0.3", "classnames": "^2.2.6", @@ -38,7 +39,10 @@ "react-document-title": "^2.0.3", "react-dom": "^16.5.1", "react-fittext": "^1.0.0", - "react-router-dom": "^4.3.1" + "react-highlight-words": "^0.16.0", + "react-json-view": "^1.19.1", + "react-router-dom": "^4.3.1", + "react-sparklines": "^1.7.0" }, "devDependencies": { "antd-pro-merge-less": "^0.1.0",