Project Initialize
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
{ | ||
"name": "hummartapp", | ||
"name": "newapp", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^1.8.1", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/react": "^13.2.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"antd": "^4.20.5", | ||
"bootstrap": "^5.1.3", | ||
"react": "^18.1.0", | ||
"react-bootstrap": "^2.3.1", | ||
"react-dom": "^18.1.0", | ||
"react-icons": "^4.3.1", | ||
"react-redux": "^8.0.1", | ||
"react-router-dom": "^6.3.0", | ||
"react-scripts": "5.0.1", | ||
"redux-thunk": "^2.4.1", | ||
"sass": "^1.51.0", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
"scripts": { | ||
... | ... |
src/App.css
deleted
100644 → 0
src/App.scss
0 → 100644
src/Routes/AppRoutes.js
0 → 100644
src/Screens/Home/Home.js
0 → 100644
src/assets/logo.png
0 → 100644
1.78 KB
src/store/store.js
0 → 100644