'initailPush'
Showing
.gitignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "redux", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^2.2.2", | ||
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"axios": "^1.6.8", | ||
"bootstrap": "^5.3.3", | ||
"react": "^18.2.0", | ||
"react-bootstrap": "^2.10.2", | ||
"react-dom": "^18.2.0", | ||
"react-redux": "^9.1.0", | ||
"react-router-dom": "^6.22.3", | ||
"react-scripts": "5.0.1", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
"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 KB
public/index.html
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
src/Components/Cart.js
0 → 100644
src/Components/Dashboard.js
0 → 100644
src/Components/NavBar.js
0 → 100644
src/Components/Products.js
0 → 100644
src/Components/RootLayout.js
0 → 100644
src/index.js
0 → 100644
src/store/cartSlice.js
0 → 100644
src/store/productSlice.js
0 → 100644
src/store/store.js
0 → 100644