Files
my-portfolio/package.json
T
Space-Banane 1148f6f22a
Build Check / push-image (push) Successful in 2m11s
Build Check / deploy-coolify (push) Successful in 7s
Build Check / build (push) Successful in 48s
fix: update attribution text in Activity section & changed ports
2026-06-04 23:01:50 +02:00

34 lines
773 B
JSON

{
"name": "next-profile",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.30.3",
"scripts": {
"dev": "next dev -p 5173",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@danielgtmn/umami-react": "^1.1.6",
"clsx": "^2.1.1",
"framer-motion": "^12.36.0",
"lucide-react": "^0.577.0",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-router-dom": "^7.13.1",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}