Added the mui dependencies to the package.json

This commit is contained in:
2023-07-09 19:31:20 +02:00
parent caa1a41c2d
commit 85ffbc8da8
2 changed files with 440 additions and 111 deletions

View File

@ -13,9 +13,12 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.5",
"@mui/material": "^5.13.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.61.0"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.33",