26 lines
543 B
JSON
26 lines
543 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"type-check": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.10.5",
|
|
"@emotion/styled": "11.10.5",
|
|
"@mui/lab": "5.0.0-alpha.107",
|
|
"@mui/material": "5.10.13",
|
|
"next": "latest",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.9",
|
|
"@types/react": "18.0.25",
|
|
"@types/react-dom": "18.0.8",
|
|
"prettier": "2.7.1",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|