portfolio/package.json

21 lines
384 B
JSON
Raw Normal View History

2021-11-16 21:32:21 +00:00
{
"name": "portfolio",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2021-11-17 15:33:23 +00:00
"@fontsource/inter": "^4.5.1",
2021-11-16 21:32:21 +00:00
"next": "12.0.4",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.0.4"
}
}