Merge branch 'link-frontend-with-backend' into 'dev'
Link frontend with backend See merge request !1
Showing
... | ... | @@ -2,7 +2,6 @@ |
"name": "order-management-client", | ||
"version": "0.1.0", | ||
"private": true, | ||
"proxy": "http://localhost:8080", | ||
"dependencies": { | ||
"@chakra-ui/react": "^1.6.0", | ||
"@emotion/react": "^11", | ||
... | ... | @@ -22,6 +21,7 @@ |
"react": "^17.0.2", | ||
"react-bootstrap": "^1.5.2", | ||
"react-dom": "^17.0.2", | ||
"react-google-login": "^5.2.2", | ||
"react-hook-form": "^7.4.0", | ||
"react-redux": "^7.2.4", | ||
"react-router-dom": "^5.2.0", | ||
... | ... |
src/@types/Order.d.ts
0 → 100644
Please register or sign in to comment