bravo68web-portfolio-nextjs/package.json

25 lines
531 B
JSON

{
"name": "bravo68web-portfolio",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.3.0",
"@mui/material": "^5.3.0",
"next": "12.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "^5.3.3"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "12.0.4"
}
}