2021-10-12 21:17:12 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"type-check": "tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-19 15:41:44 +02:00
|
|
|
"@emotion/react": "11.11.1",
|
2023-05-06 11:25:11 +02:00
|
|
|
"@emotion/styled": "11.11.0",
|
2023-08-24 14:48:55 +02:00
|
|
|
"@mui/lab": "5.0.0-alpha.141",
|
|
|
|
"@mui/material": "5.14.6",
|
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": {
|
2023-08-24 23:43:38 +02:00
|
|
|
"@types/node": "18.17.10",
|
2023-08-22 21:12:09 +02:00
|
|
|
"@types/react": "18.2.21",
|
2023-07-25 00:26:46 +02:00
|
|
|
"@types/react-dom": "18.2.7",
|
2023-08-15 18:21:05 +02:00
|
|
|
"prettier": "3.0.2",
|
2023-08-24 18:51:07 +02:00
|
|
|
"typescript": "5.2.2"
|
2021-10-12 21:17:12 +02:00
|
|
|
}
|
|
|
|
}
|