mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 19:05:41 +00:00
22 lines
407 B
JSON
22 lines
407 B
JSON
{
|
|
"name": "portfolio",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^4.5.1",
|
|
"next": "12.0.4",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"sass": "^1.43.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "7.32.0",
|
|
"eslint-config-next": "12.0.4"
|
|
}
|
|
}
|