-
- Downloads
shop
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- package-lock.json 17707 additions, 0 deletionspackage-lock.json
- package.json 40 additions, 0 deletionspackage.json
- public/favicon.ico 0 additions, 0 deletionspublic/favicon.ico
- public/index.html 43 additions, 0 deletionspublic/index.html
- public/logo192.png 0 additions, 0 deletionspublic/logo192.png
- public/logo512.png 0 additions, 0 deletionspublic/logo512.png
- public/manifest.json 25 additions, 0 deletionspublic/manifest.json
- public/robots.txt 3 additions, 0 deletionspublic/robots.txt
- src/App.css 11 additions, 0 deletionssrc/App.css
- src/App.js 26 additions, 0 deletionssrc/App.js
- src/assets/products/1.png 0 additions, 0 deletionssrc/assets/products/1.png
- src/assets/products/2.png 0 additions, 0 deletionssrc/assets/products/2.png
- src/assets/products/3.png 0 additions, 0 deletionssrc/assets/products/3.png
- src/assets/products/4.png 0 additions, 0 deletionssrc/assets/products/4.png
- src/assets/products/5.png 0 additions, 0 deletionssrc/assets/products/5.png
- src/assets/products/6.webp 0 additions, 0 deletionssrc/assets/products/6.webp
- src/assets/products/7.webp 0 additions, 0 deletionssrc/assets/products/7.webp
- src/assets/products/8.webp 0 additions, 0 deletionssrc/assets/products/8.webp
- src/components/navbar.css 0 additions, 0 deletionssrc/components/navbar.css
.gitignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "ecommerce-react", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@testing-library/jest-dom": "^5.14.1", | ||
"@testing-library/react": "^13.0.0", | ||
"@testing-library/user-event": "^13.2.1", | ||
"phosphor-react": "^1.4.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.4.4", | ||
"react-scripts": "5.0.1", | ||
"web-vitals": "^2.1.0" | ||
}, | ||
"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
3.78 KiB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KiB
public/logo512.png
0 → 100644
9.44 KiB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.css
0 → 100644
src/assets/products/1.png
0 → 100644
86.2 KiB
src/assets/products/2.png
0 → 100644
1.47 MiB
src/assets/products/3.png
0 → 100644
441 KiB
src/assets/products/4.png
0 → 100644
307 KiB
src/assets/products/5.png
0 → 100644
63 KiB
src/assets/products/6.webp
0 → 100644
25.5 KiB
src/assets/products/7.webp
0 → 100644
10.1 KiB
src/assets/products/8.webp
0 → 100644
67.9 KiB
File moved