feat(projects): load projects from content/

This commit is contained in:
2025-11-19 12:48:45 +01:00
parent 23a395a9ed
commit a664b2660e
26 changed files with 2692 additions and 83 deletions

View File

@@ -12,7 +12,9 @@
"lint": "eslint --fix --cache ."
},
"dependencies": {
"@nuxt/content": "^3.8.2",
"@pinia/nuxt": "0.11.3",
"better-sqlite3": "^12.4.1",
"gsap": "^3.13.0",
"nuxt": "^4.2.1",
"pinia": "^3.0.4",
@@ -23,6 +25,7 @@
"@nuxt/eslint": "^1.10.0",
"eslint": "^9.39.1",
"prettier": "^3.6.2",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"zod": "^4.1.12"
}
}