bravo68web-portfolio-nextjs/package.json

25 lines
531 B
JSON
Raw Normal View History

2021-11-30 16:36:48 +00:00
{
"name": "bravo68web-portfolio",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-01-05 06:31:08 +00:00
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
2022-01-18 09:51:26 +00:00
"@mui/icons-material": "^5.3.0",
"@mui/material": "^5.3.0",
2021-11-30 16:36:48 +00:00
"next": "12.0.4",
"react": "17.0.2",
2022-01-05 06:31:08 +00:00
"react-dom": "17.0.2",
"styled-components": "^5.3.3"
2021-11-30 16:36:48 +00:00
},
"devDependencies": {
2022-01-18 09:51:26 +00:00
"eslint": "^7.32.0",
2021-11-30 16:36:48 +00:00
"eslint-config-next": "12.0.4"
}
}