From a5d8a216fde730ea7cb2c369903b65da33cdfce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E7=BF=94?= Date: Tue, 10 Mar 2020 16:47:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 +++++- public/index.html | 1 + src/actions/PlayersActions.js | 6 ++++ src/components/PlayerList.js | 2 ++ src/constants/ActionTypes.js | 1 + src/containers/PlayerListApp.js | 43 ++++++++++++++++++++++---- src/reducers/playerlist.js | 54 +++++++++++++++++++++++++++++++-- 7 files changed, 108 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index f6c7705..7e2247c 100755 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "eject": "react-scripts eject" }, "dependencies": { + "antd": "^4.0.2", "classnames": "^2.2.6", "lodash": "^4.17.15", "prop-types": "^15.7.2", @@ -18,7 +19,14 @@ "redux": "^4.0.5" }, "devDependencies": { + "antd": "^4.0.2", + "babel-plugin-import": "^1.13.0", "react-scripts": "3.4.0" }, - "browserslist": [">0.2%", "not dead", "not ie <= 11", "not op_mini all"] + "browserslist": [ + ">0.2%", + "not dead", + "not ie <= 11", + "not op_mini all" + ] } diff --git a/public/index.html b/public/index.html index 5fec76d..410bea9 100755 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,7 @@ +