Added all required dependencies to the package.json

This commit is contained in:
2023-07-07 00:58:45 +02:00
parent 4aecd90673
commit 373ed82a54
2 changed files with 397 additions and 9 deletions

View File

@ -10,8 +10,14 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.4",
"@mui/icons-material": "^5.13.7",
"@mui/material": "^5.13.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.1"
},
"devDependencies": {
"@types/react": "^18.0.37",