2024-05-12 01:25:15 -07:00
|
|
|
{
|
2024-08-25 02:40:46 +00:00
|
|
|
"name": "portfolio",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2024-05-12 01:25:15 -07:00
|
|
|
"scripts": {
|
2024-08-25 02:40:46 +00:00
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
2024-05-12 01:25:15 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-25 02:40:46 +00:00
|
|
|
"@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",
|
|
|
|
"react-dom": "^18"
|
2024-05-12 01:25:15 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-25 02:40:46 +00:00
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
|
|
|
"eslint": "^8",
|
|
|
|
"eslint-config-next": "14.2.6",
|
|
|
|
"postcss": "^8",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"typescript": "^5"
|
2024-05-12 01:25:15 -07:00
|
|
|
}
|
|
|
|
}
|