portfolio/package.json
Naomi Carrigan 28c9921777 feat: add analytics (#27)
Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/27
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-10-15 02:55:34 +00:00

32 lines
776 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",
"next-plausible": "3.12.2",
"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"
}
}