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-10-30 23:02:42 +00:00
|
|
|
"prebuild": "pnpm lint",
|
2024-08-25 02:40:46 +00:00
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2024-10-30 23:02:42 +00:00
|
|
|
"lint": "eslint src --max-warnings 0"
|
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",
|
2024-10-30 23:02:42 +00:00
|
|
|
"next": "15.0.2",
|
2024-10-15 02:55:34 +00:00
|
|
|
"next-plausible": "3.12.2",
|
2024-09-25 16:16:54 -07:00
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1"
|
2024-05-12 01:25:15 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-30 23:02:42 +00:00
|
|
|
"@nhcarrigan/eslint-config": "5.0.0-rc2",
|
|
|
|
"@nhcarrigan/typescript-config": "4.0.0",
|
|
|
|
"@types/node": "22.8.4",
|
|
|
|
"@types/react": "18.3.12",
|
|
|
|
"@types/react-dom": "18.3.1",
|
|
|
|
"eslint": "9.13.0",
|
2024-09-25 16:16:54 -07:00
|
|
|
"postcss": "8.4.47",
|
2024-10-30 23:02:42 +00:00
|
|
|
"tailwindcss": "3.4.14",
|
|
|
|
"typescript": "5.6.3"
|
2024-05-12 01:25:15 -07:00
|
|
|
}
|
|
|
|
}
|