Add antd.

This commit is contained in:
Yang Luo
2020-10-20 22:06:49 +08:00
parent 49d84c1c2c
commit bb06e55d8d
4 changed files with 596 additions and 21 deletions

View File

@ -6,12 +6,13 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "^4.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-scripts": "3.4.3"
},
"scripts": {
"start": "react-scripts start",
"start": "set PORT=7001 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"