-
- Downloads
Install dependencies for timepicker.
parent
d340f744
No related branches found
No related tags found
... | ... | @@ -3,9 +3,11 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@date-io/date-fns": "^2.10.11", | ||
"@material-ui/core": "^4.11.3", | ||
"@material-ui/icons": "^4.11.2", | ||
"@material-ui/lab": "^4.0.0-alpha.58", | ||
"@material-ui/pickers": "^3.3.10", | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.1.0", | ||
"@testing-library/user-event": "^12.1.10", | ||
... | ... | @@ -15,6 +17,7 @@ |
"@types/react-dom": "^17.0.0", | ||
"@types/react-router-dom": "^5.1.7", | ||
"axios": "^0.21.1", | ||
"date-fns": "^2.22.1", | ||
"eslint-config-airbnb-typescript": "^12.3.1", | ||
"humps": "^2.0.1", | ||
"react": "^17.0.1", | ||
... | ... |
Please register or sign in to comment