[AFP-135] ➖ Install additional UI dependencies (@asegers)
Showing
... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
"private": true, | "private": true, | ||
"proxy": "http://localhost:8080", | "proxy": "http://localhost:8080", | ||
"dependencies": { | "dependencies": { | ||
"@chakra-ui/icons": "^1.0.13", | |||
"@chakra-ui/react": "^1.6.0", | "@chakra-ui/react": "^1.6.0", | ||
"@emotion/react": "^11", | "@emotion/react": "^11", | ||
"@emotion/styled": "^11", | "@emotion/styled": "^11", | ||
... | @@ -18,13 +19,16 @@ | ... | @@ -18,13 +19,16 @@ |
"@types/jest": "^26.0.15", | "@types/jest": "^26.0.15", | ||
"@types/node": "^12.0.0", | "@types/node": "^12.0.0", | ||
"@types/react": "^17.0.0", | "@types/react": "^17.0.0", | ||
"@types/react-datepicker": "^3.1.8", | |||
"@types/react-dom": "^17.0.0", | "@types/react-dom": "^17.0.0", | ||
"@types/react-router-dom": "^5.1.7", | "@types/react-router-dom": "^5.1.7", | ||
"axios": "^0.21.1", | "axios": "^0.21.1", | ||
"bootstrap": "^4.6.0", | "bootstrap": "^4.6.0", | ||
"framer-motion": "^4", | "framer-motion": "^4", | ||
"moment": "^2.29.1", | |||
"react": "^17.0.2", | "react": "^17.0.2", | ||
"react-bootstrap": "^1.5.2", | "react-bootstrap": "^1.5.2", | ||
"react-datepicker": "^3.8.0", | |||
"react-dom": "^17.0.2", | "react-dom": "^17.0.2", | ||
"react-google-login": "^5.2.2", | "react-google-login": "^5.2.2", | ||
"react-hook-form": "^7.4.0", | "react-hook-form": "^7.4.0", | ||
... | ... |
Please register or sign in to comment