ente/web/packages/ui/package.json
2024-03-01 12:21:07 +05:30

24 lines
596 B
JSON

{
"name": "@/ui",
"version": "0.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11",
"@emotion/server": "^11.11",
"@emotion/styled": "^11.11",
"@mui/icons-material": "^5.15",
"@mui/material": "^5.15",
"get-user-locale": "^2.3",
"i18next": "^23.10",
"i18next-http-backend": "^2.5",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^14"
},
"devDependencies": {
"@/build-config": "*",
"@types/react": "^18",
"@types/react-dom": "^18"
}
}