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-11-29 22:15:33 +01:00
|
|
|
"@mui/lab": "5.0.0-alpha.154",
|
|
|
|
"@mui/material": "5.14.19",
|
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-12-03 19:18:37 +01:00
|
|
|
"@types/node": "20.10.3",
|
2023-12-02 18:25:56 +01:00
|
|
|
"@types/react": "18.2.41",
|
2023-11-22 02:45:41 +01:00
|
|
|
"@types/react-dom": "18.2.17",
|
2023-11-13 04:33:33 +01:00
|
|
|
"prettier": "3.1.0",
|
2023-11-20 18:51:31 +01:00
|
|
|
"typescript": "5.3.2"
|
2021-10-12 21:17:12 +02:00
|
|
|
}
|
|
|
|
}
|