Skip to content

Commit

Permalink
style added
Browse files Browse the repository at this point in the history
  • Loading branch information
kharchenkok committed Dec 12, 2023
1 parent 587d6e3 commit 58045eb
Show file tree
Hide file tree
Showing 24 changed files with 811 additions and 426 deletions.
176 changes: 168 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "goit-fs91-react-hw-04-phonebook",
"name": "goit-fs91-react-hw-06-phonebook",
"version": "0.1.0",
"private": true,
"homepage": "https://kharchenkok.github.io/goit-fs91-react-hw-04-phonebook/",
"homepage": "https://kharchenkok.github.io/goit-fs91-react-hw-06-phonebook/",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@reduxjs/toolkit": "^2.0.1",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
Expand All @@ -16,8 +17,10 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.11.0",
"react-redux": "^9.0.4",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.3",
"redux-persist": "^6.0.0",
"shortid": "^2.2.16",
"web-vitals": "^2.1.3"
},
Expand Down
Loading

0 comments on commit 58045eb

Please sign in to comment.