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.5",
|
|
"@emotion/styled": "11.10.5",
|
|
"@mui/lab": "5.0.0-alpha.109",
|
|
"@mui/material": "5.10.15",
|
|
"next": "latest",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.13",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "18.0.9",
|
|
"prettier": "2.8.1",
|
|
"typescript": "4.9.4"
|
|
}
|
|
}
|