2021-10-12 21:17:12 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"type-check": "tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-27 10:43:52 +02:00
|
|
|
"@emotion/react": "11.10.5",
|
|
|
|
"@emotion/styled": "11.10.5",
|
2022-10-31 19:21:24 +01:00
|
|
|
"@mui/lab": "5.0.0-alpha.106",
|
|
|
|
"@mui/material": "5.10.12",
|
2021-10-12 21:17:12 +02:00
|
|
|
"next": "latest",
|
2022-10-26 20:42:34 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0"
|
2021-10-12 21:17:12 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-31 19:21:42 +01:00
|
|
|
"@types/node": "18.11.8",
|
2022-10-27 13:42:45 +02:00
|
|
|
"@types/react": "18.0.24",
|
|
|
|
"@types/react-dom": "18.0.8",
|
2022-10-26 19:52:34 +02:00
|
|
|
"prettier": "2.7.1",
|
|
|
|
"typescript": "4.8.4"
|
2021-10-12 21:17:12 +02:00
|
|
|
}
|
|
|
|
}
|