26 lines
545 B
JSON
26 lines
545 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"type-check": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.11.4",
|
|
"@emotion/styled": "11.11.0",
|
|
"@mui/lab": "5.0.0-alpha.169",
|
|
"@mui/material": "5.15.14",
|
|
"next": "latest",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.11.30",
|
|
"@types/react": "18.2.70",
|
|
"@types/react-dom": "18.2.22",
|
|
"prettier": "3.2.5",
|
|
"typescript": "5.4.3"
|
|
}
|
|
}
|