1
0
Fork 0
mirror of https://github.com/MedzikUser/portfolio synced 2024-08-15 03:26:01 +00:00
portfolio/package.json
renovate[bot] 5c4ff6eae4
Update dependency typescript to v4.7.3
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-14 22:15:29 +00:00

24 lines
493 B
JSON

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