Merge branch 'dev' into 'master'
Dev See merge request !27
Showing
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/workspace.xml
0 → 100644
Dockerfile
0 → 100644
nginx/nginx.conf
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
... | @@ -6,9 +6,18 @@ | ... | @@ -6,9 +6,18 @@ |
"@testing-library/jest-dom": "^5.11.4", | "@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.1.0", | "@testing-library/react": "^11.1.0", | ||
"@testing-library/user-event": "^12.1.10", | "@testing-library/user-event": "^12.1.10", | ||
"axios": "^0.21.1", | |||
"bootstrap": "^5.0.0", | |||
"react": "^17.0.2", | "react": "^17.0.2", | ||
"react-bootstrap": "^1.5.2", | |||
"react-dom": "^17.0.2", | "react-dom": "^17.0.2", | ||
"react-google-login": "^5.2.2", | |||
"react-hook-form": "^7.4.1", | |||
"react-router": "^5.2.0", | |||
"react-router-dom": "^5.2.0", | |||
"react-scripts": "4.0.3", | "react-scripts": "4.0.3", | ||
"semantic-ui-css": "^2.4.1", | |||
"semantic-ui-react": "^2.0.3", | |||
"web-vitals": "^1.0.1" | "web-vitals": "^1.0.1" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
... | ... |
public/logo.jpeg
0 → 100644
148 KB
src/actions/apiRequests.js
0 → 100644
src/component/AuthRoute.jsx
0 → 100644
src/component/Header.jsx
0 → 100644
src/component/Login.jsx
0 → 100644
src/component/Main.jsx
0 → 100644
src/component/ProductRow.jsx
0 → 100644
src/component/Search.jsx
0 → 100644
src/config.js
0 → 100644
src/emptProduct.js
0 → 100644
src/styles/Header.css
0 → 100644
src/styles/ProductIndex.css
0 → 100644
src/styles/ProductRow.css
0 → 100644
src/styles/Search.css
0 → 100644
This diff is collapsed.