Initial commit

This commit is contained in:
2026-01-22 18:22:27 +01:00
commit d5fa170566
62 changed files with 3863 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"lucide-react": "^0.514.0",
"next": "15.3.8",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
}
}