2021-10-12 21:17:12 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"type-check": "tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-11-21 02:44:07 +01:00
|
|
|
"@emotion/react": "11.13.5",
|
|
|
|
"@emotion/styled": "11.13.5",
|
2024-08-21 23:22:41 +02:00
|
|
|
"@mui/lab": "5.0.0-alpha.173",
|
2024-11-14 02:49:09 +01:00
|
|
|
"@mui/material": "6.1.7",
|
2021-10-12 21:17:12 +02:00
|
|
|
"next": "latest",
|
2024-05-01 17:17:46 +02:00
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1"
|
2021-10-12 21:17:12 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-20 02:45:42 +01:00
|
|
|
"@types/node": "22.9.1",
|
2024-10-24 03:07:45 +02:00
|
|
|
"@types/react": "18.3.12",
|
2024-10-12 02:49:12 +02:00
|
|
|
"@types/react-dom": "18.3.1",
|
2024-08-22 00:50:42 +02:00
|
|
|
"prettier": "3.3.3",
|
2024-10-09 02:57:41 +02:00
|
|
|
"typescript": "5.6.3"
|
2021-10-12 21:17:12 +02:00
|
|
|
}
|
|
|
|
}
|