[AFP-97 & AFP-135] 🐛 🔧 ✨ Port config, bug fixes, pagination, & styles (@asegers)
Showing
.env.production
0 → 100644
package-lock.json
deleted
100644 → 0
This diff is collapsed.
... | ... | @@ -2,7 +2,6 @@ |
"name": "order-management-client", | ||
"version": "0.1.0", | ||
"private": true, | ||
"proxy": "http://localhost:4", | ||
"dependencies": { | ||
"@chakra-ui/icons": "^1.0.13", | ||
"@chakra-ui/react": "^1.6.0", | ||
... | ... | @@ -25,6 +24,7 @@ |
"axios": "^0.21.1", | ||
"bootstrap": "^4.6.0", | ||
"framer-motion": "^4", | ||
"http-proxy-middleware": "^2.0.0", | ||
"moment": "^2.29.1", | ||
"react": "^17.0.2", | ||
"react-bootstrap": "^1.5.2", | ||
... | ... | @@ -32,6 +32,7 @@ |
"react-dom": "^17.0.2", | ||
"react-google-login": "^5.2.2", | ||
"react-hook-form": "^7.4.0", | ||
"react-infinite-scroll-hook": "^4.0.1", | ||
"react-redux": "^7.2.4", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "4.0.3", | ||
... | ... |
src/atoms/Logo.tsx
0 → 100644
src/atoms/index.ts
0 → 100644
src/hooks/useOrders.ts
0 → 100644
7.38 KB
src/setupProxy.js
0 → 100644
src/styles/theme.ts
0 → 100644
src/utils/sleep.ts
0 → 100644
This diff is collapsed.