31 lines
851 B
JSON
31 lines
851 B
JSON
{
|
|
"name": "@/base",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@/utils": "*",
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^6.3.0",
|
|
"@mui/material": "^6.3.0",
|
|
"comlink": "^4.4.2",
|
|
"get-user-locale": "^2.3.2",
|
|
"i18next": "^24.2.0",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"idb": "^8.0.1",
|
|
"libsodium-wrappers-sumo": "^0.7.15",
|
|
"nanoid": "^5.0.9",
|
|
"next": "15.1.3",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-i18next": "^15.4.0",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@/build-config": "*",
|
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|
|
"@types/react": "19.0.2",
|
|
"@types/react-dom": "19.0.2"
|
|
}
|
|
}
|