2021-10-12 21:17:12 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"type-check": "tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-28 17:13:06 +01:00
|
|
|
"@emotion/react": "11.11.3",
|
2023-05-06 11:25:11 +02:00
|
|
|
"@emotion/styled": "11.11.0",
|
2024-01-17 10:33:38 +01:00
|
|
|
"@mui/lab": "5.0.0-alpha.161",
|
|
|
|
"@mui/material": "5.15.5",
|
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": {
|
2024-01-17 08:12:55 +01:00
|
|
|
"@types/node": "20.11.5",
|
2024-01-15 10:31:11 +01:00
|
|
|
"@types/react": "18.2.48",
|
2023-12-16 01:22:28 +01:00
|
|
|
"@types/react-dom": "18.2.18",
|
2024-01-17 04:54:33 +01:00
|
|
|
"prettier": "3.2.3",
|
2023-12-06 20:44:11 +01:00
|
|
|
"typescript": "5.3.3"
|
2021-10-12 21:17:12 +02:00
|
|
|
}
|
|
|
|
}
|