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-12-20 13:42:17 +01:00
|
|
|
"@mui/lab": "5.0.0-alpha.113",
|
|
|
|
"@mui/material": "5.11.1",
|
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-12-18 12:18:33 +01:00
|
|
|
"@types/node": "18.11.17",
|
2022-12-10 20:15:01 +01:00
|
|
|
"@types/react": "18.0.26",
|
2022-11-15 18:17:15 +01:00
|
|
|
"@types/react-dom": "18.0.9",
|
2022-12-10 20:15:01 +01:00
|
|
|
"prettier": "2.8.1",
|
|
|
|
"typescript": "4.9.4"
|
2021-10-12 21:17:12 +02:00
|
|
|
}
|
|
|
|
}
|