2021-10-12 21:17:12 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"type-check": "tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-02-17 15:11:06 +01:00
|
|
|
"@emotion/react": "11.10.6",
|
|
|
|
"@emotion/styled": "11.10.6",
|
2023-03-21 20:40:15 +01:00
|
|
|
"@mui/lab": "5.0.0-alpha.124",
|
|
|
|
"@mui/material": "5.11.14",
|
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-03-20 22:55:12 +01:00
|
|
|
"@types/node": "18.15.5",
|
2023-03-27 21:10:16 +02:00
|
|
|
"@types/react": "18.0.30",
|
2023-02-17 15:33:25 +01:00
|
|
|
"@types/react-dom": "18.0.11",
|
2023-03-21 20:15:19 +01:00
|
|
|
"prettier": "2.8.6",
|
2023-03-16 22:04:49 +01:00
|
|
|
"typescript": "5.0.2"
|
2021-10-12 21:17:12 +02:00
|
|
|
}
|
|
|
|
}
|