24 lines
532 B
JSON
24 lines
532 B
JSON
|
|
{
|
||
|
|
"name": "material-ui-nextjs",
|
||
|
|
"version": "7.0.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@emotion/cache": "latest",
|
||
|
|
"@emotion/react": "latest",
|
||
|
|
"@emotion/styled": "latest",
|
||
|
|
"@mui/icons-material": "latest",
|
||
|
|
"@mui/material": "latest",
|
||
|
|
"@mui/material-nextjs": "latest",
|
||
|
|
"eslint": "latest",
|
||
|
|
"eslint-config-next": "latest",
|
||
|
|
"next": "^15.0.5",
|
||
|
|
"react": "latest",
|
||
|
|
"react-dom": "latest"
|
||
|
|
}
|
||
|
|
}
|