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-07-04 11:01:32 +02:00
|
|
|
"@mui/lab": "5.0.0-alpha.135",
|
|
|
|
"@mui/material": "5.13.7",
|
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-07-01 01:14:02 +02:00
|
|
|
"@types/node": "18.16.19",
|
2023-06-23 20:56:19 +02:00
|
|
|
"@types/react": "18.2.14",
|
2023-06-19 14:51:46 +02:00
|
|
|
"@types/react-dom": "18.2.6",
|
2023-04-23 11:36:24 +02:00
|
|
|
"prettier": "2.8.8",
|
2023-06-29 01:26:50 +02:00
|
|
|
"typescript": "5.1.6"
|
2021-10-12 21:17:12 +02:00
|
|
|
}
|
|
|
|
}
|