First commit
Showing
This diff is collapsed.
... | ... | @@ -3,11 +3,17 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^1.9.5", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"antd": "^5.6.3", | ||
"install": "^0.13.0", | ||
"npm": "^9.7.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-redux": "^8.1.1", | ||
"react-router-dom": "^6.14.0", | ||
"react-scripts": "5.0.1", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
... | ... |
src/components/Layout.js
0 → 100644
src/components/Navigation.js
0 → 100644
src/pages/Home.js
0 → 100644
src/pages/Main.js
0 → 100644
src/pages/Recipe.js
0 → 100644
src/pages/Recipes.js
0 → 100644
src/store/breadcrumb.js
0 → 100644
src/store/index.js
0 → 100644
src/store/layout.js
0 → 100644
src/store/recipe.js
0 → 100644
src/store/search.js
0 → 100644
Please register or sign in to comment