Added all required dependencies to the package.json

This commit is contained in:
Mathias Wagner 2024-02-15 00:49:48 +01:00
parent 8d4cdae2f7
commit 91941a1b22
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -10,8 +10,18 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.16",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"i18next": "^23.8.2",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-i18next": "^14.0.5",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@types/react": "^18.2.55",