Initial commit: Astro scaffold, review template, voorstelformulier, screenshot/AI-automatisering

This commit is contained in:
2026-07-24 08:54:47 +02:00
commit 0913c99b9b
23 changed files with 6027 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "aitestbank",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"screenshot": "node scripts/screenshot.mjs",
"new-review": "node --env-file-if-exists=.env scripts/new-review.mjs"
},
"dependencies": {
"astro": "^7.0.0"
},
"devDependencies": {
"playwright": "^1.48.0",
"@anthropic-ai/sdk": "^0.32.0"
}
}