26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"type-check": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.10.6",
|
|
"@emotion/styled": "11.10.6",
|
|
"@mui/lab": "5.0.0-alpha.122",
|
|
"@mui/material": "5.11.12",
|
|
"next": "latest",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.15.1",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"prettier": "2.8.4",
|
|
"typescript": "4.9.5"
|
|
}
|
|
}
|