Initial commit
parents
Showing
.env
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
deployment.yaml
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | |||
"name": "warehouse", | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"@testing-library/jest-dom": "^5.12.0", | |||
"@testing-library/react": "^11.2.6", | |||
"@testing-library/user-event": "^12.8.3", | |||
"axios": "^0.21.1", | |||
"react": "^17.0.2", | |||
"react-dom": "^17.0.2", | |||
"react-google-login": "^5.2.2", | |||
"react-icons": "^4.2.0", | |||
"react-redux": "^7.2.4", | |||
"react-scripts": "4.0.3", | |||
"redux": "^4.1.0", | |||
"redux-logger": "^3.0.6", | |||
"redux-thunk": "^2.3.0", | |||
"web-vitals": "^1.1.1" | |||
}, | |||
"scripts": { | |||
"start": "react-scripts start", | |||
"build": "react-scripts build", | |||
"test": "react-scripts test", | |||
"eject": "react-scripts eject" | |||
}, | |||
"eslintConfig": { | |||
"extends": [ | |||
"react-app", | |||
"react-app/jest" | |||
] | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
} | |||
} |
public/favicon.ico
0 → 100644
1.04 KB
public/index.html
0 → 100644
public/logo.svg
0 → 100644
public/manifest.json
0 → 100644
public/nisum.jpeg
0 → 100644
148 KB
public/robots.txt
0 → 100644
public/stylesheets/order.css
0 → 100644
public/stylesheets/reset.css
0 → 100644
src/App.jsx
0 → 100644
src/Root.jsx
0 → 100644
src/actions/order_actions.js
0 → 100644
src/config/keys_dev.js
0 → 100644
src/index.jsx
0 → 100644
src/reducers/root_reducer.js
0 → 100644
src/reportWebVitals.js
0 → 100644
src/store/store.js
0 → 100644
src/util/orders_api_util.jsx
0 → 100644