22 lines
473 B
JSON
22 lines
473 B
JSON
{
|
|
"name": "my-materialui-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.0",
|
|
"@emotion/server": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.11.16",
|
|
"@mui/material": "^5.13.6",
|
|
"next": "^13.5.11",
|
|
"prop-types": "^15.8.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
}
|