Dark/Light Mode Implementierung mit MUI Theme

This commit is contained in:
mathusan
2025-05-31 17:46:55 +02:00
parent 1b1924b0b7
commit 6a91a7fc53
11 changed files with 3404 additions and 116 deletions

View File

@@ -13,8 +13,8 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"i18next": "^25.2.0",
"i18next-browser-languagedetector": "^8.1.0",
"i18next-http-backend": "^3.0.2",
@@ -22,7 +22,8 @@
"react": "^19.0.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.5.1",
"react-router-dom": "^7.5.3"
"react-router-dom": "^7.5.3",
"webshop": "^0.0.1"
},
"devDependencies": {
"@eslint/js": "^9.22.0",