This commit is contained in:
Eden Kirin
2024-01-24 10:50:02 +01:00
parent 5dad970d76
commit 64688a8eb7
13 changed files with 741 additions and 52 deletions

View File

@ -3,6 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
@ -12,7 +16,9 @@
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3",
"react-scripts": "5.0.1",
"sass": "^1.70.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},