feat: Add dashboard for managing portfolio content (blog, experience, projects) and restructure public portfolio routes.

This commit is contained in:
Moh Dzulfikri Maulana
2026-03-09 05:37:58 +07:00
parent dca848666e
commit e25416f3db
31 changed files with 2591 additions and 35 deletions

View File

@@ -23,6 +23,7 @@
"bcrypt": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.15.0",
"install": "^0.13.0",
"jose": "^6.1.3",
@@ -56,6 +57,7 @@
"postcss": "^8",
"prisma": "^7.4.2",
"tailwindcss": "^3.4.17",
"tsx": "^4.21.0",
"typescript": "^5"
},
"pnpm": {
@@ -72,5 +74,8 @@
"sharp",
"unrs-resolver"
]
},
"prisma": {
"seed": "tsx prisma/seed.ts"
}
}