add proptypes

This commit is contained in:
Ginger Wong
2020-10-10 18:25:21 -07:00
parent 456d422bd7
commit e53ea1d6cf
3 changed files with 409 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
"@ant-design/icons": "^4.2.2",
"antd": "^4.6.6",
"next": "9.5.3",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"sass": "^1.26.11",
@@ -18,6 +19,7 @@
},
"devDependencies": {
"@types/node": "^14.11.2",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.49",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",