Add Material-UI and Emotion dependencies to the project

This commit is contained in:
tekh 2025-06-30 13:01:56 +02:00
parent e0915269f7
commit a69339427a
2 changed files with 703 additions and 26 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,9 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},