25 lines
654 B
JSON
25 lines
654 B
JSON
{
|
|
"name": "@/next",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11",
|
|
"@emotion/styled": "^11.11",
|
|
"@mui/icons-material": "^5.15",
|
|
"@mui/material": "^5.15",
|
|
"comlink": "^4.4",
|
|
"get-user-locale": "^2.3",
|
|
"i18next": "^23.10",
|
|
"i18next-resources-to-backend": "^1.2.0",
|
|
"is-electron": "^2.2",
|
|
"next": "^14.1",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-i18next": "^14"
|
|
},
|
|
"devDependencies": {
|
|
"@/build-config": "*",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18"
|
|
}
|
|
}
|