2021-10-12 21:17:12 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"type-check": "tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-02-27 15:39:33 +01:00
|
|
|
"@emotion/react": "11.11.4",
|
2024-03-29 20:12:13 +01:00
|
|
|
"@emotion/styled": "11.11.5",
|
2024-04-04 21:49:02 +02:00
|
|
|
"@mui/lab": "5.0.0-alpha.170",
|
|
|
|
"@mui/material": "5.15.15",
|
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-04-09 23:37:18 +02:00
|
|
|
"@types/node": "20.12.7",
|
2024-04-09 01:16:58 +02:00
|
|
|
"@types/react": "18.2.75",
|
2024-04-04 22:39:38 +02:00
|
|
|
"@types/react-dom": "18.2.24",
|
2024-02-17 09:56:25 +01:00
|
|
|
"prettier": "3.2.5",
|
2024-04-04 20:54:14 +02:00
|
|
|
"typescript": "5.4.4"
|
2021-10-12 21:17:12 +02:00
|
|
|
}
|
|
|
|
}
|