portfolio/package.json

24 lines
493 B
JSON

{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.1.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"styled-components": "5.3.5"
},
"devDependencies": {
"@types/node": "17.0.24",
"@types/react": "17.0.45",
"@types/styled-components": "5.1.25",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"typescript": "4.6.3"
}
}