generated from nhcarrigan/template
31 lines
744 B
JSON
31 lines
744 B
JSON
{
|
|
"name": "portfolio",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "6.6.0",
|
|
"@fortawesome/free-brands-svg-icons": "6.6.0",
|
|
"@fortawesome/free-solid-svg-icons": "6.6.0",
|
|
"@fortawesome/react-fontawesome": "0.2.2",
|
|
"next": "14.2.6",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.14.8",
|
|
"@types/react": "18.3.9",
|
|
"@types/react-dom": "18.3.0",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-next": "14.2.6",
|
|
"postcss": "8.4.47",
|
|
"tailwindcss": "3.4.13",
|
|
"typescript": "5.6.2"
|
|
}
|
|
}
|