29 lines
817 B
JSON
29 lines
817 B
JSON
{
|
|
"name": "@/base",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/icons-material": "^5.16.6",
|
|
"@mui/material": "^5.16.6",
|
|
"comlink": "^4.4.1",
|
|
"get-user-locale": "^2.3.2",
|
|
"i18next": "^23.15.1",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"is-electron": "^2.2.2",
|
|
"libsodium-wrappers-sumo": "^0.7.15",
|
|
"nanoid": "^5.0.7",
|
|
"next": "^14.2.9",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^15.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@/build-config": "*",
|
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0"
|
|
}
|
|
}
|