scaffold festival drink tracker (pnpm workspace, Fastify + SQLite, Preact tablet UI, admin)

This commit is contained in:
müde 2026-05-19 18:12:01 +02:00
parent cf33e6ea04
commit e0898bea22
34 changed files with 5446 additions and 0 deletions

23
client/package.json Normal file
View file

@ -0,0 +1,23 @@
{
"name": "client",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@wutzcalc/shared": "workspace:*",
"preact": "^10.22.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.2",
"@vitejs/plugin-legacy": "^5.4.0",
"terser": "^5.31.0",
"typescript": "^5.4.0",
"vite": "^5.2.0"
}
}