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 @@
+