portfolio/package.json

32 lines
776 B
JSON
Raw Normal View History

2024-05-12 01:25:15 -07:00
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
2024-05-12 01:25:15 -07:00
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
2024-05-12 01:25:15 -07:00
},
"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",
"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-09-25 16:16:54 -07:00
"@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",
2024-09-25 16:16:54 -07:00
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"typescript": "5.6.2"
2024-05-12 01:25:15 -07:00
}
}