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.11.4",
|
|
"@emotion/styled": "11.11.5",
|
|
"@mui/lab": "5.0.0-alpha.170",
|
|
"@mui/material": "5.15.17",
|
|
"next": "latest",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.12.11",
|
|
"@types/react": "18.3.2",
|
|
"@types/react-dom": "18.3.0",
|
|
"prettier": "3.2.5",
|
|
"typescript": "5.4.5"
|
|
}
|
|
}
|