chore: germantax customer project

This commit is contained in:
e2e
2026-07-11 09:03:12 +02:00
commit 1c3fff8f91
145 changed files with 9830 additions and 0 deletions

37
package.json Normal file
View File

@@ -0,0 +1,37 @@
{
"name": "@germantax/root",
"version": "0.0.1",
"private": true,
"workspaces": [
"apps/*",
"packages/*",
"e2e"
],
"scripts": {
"prebuild": "pikku all",
"dev": "bun --filter @germantax/app dev",
"dev:backend": "pikku dev --port 4003",
"db:reset": "pikku db reset",
"db:migrate": "pikku db migrate",
"e2e": "bun --filter @germantax/e2e test",
"e2e:headed": "bun --filter @germantax/e2e test:headed",
"tsc": "bun run --filter '*' tsc",
"lint": "bun --filter '*' run lint"
},
"dependencies": {
"@pikku/addon-console": "^0.12.26",
"@pikku/better-auth": "^0.12.16",
"@pikku/cloudflare": "^0.12.13",
"@pikku/core": "^0.12.57",
"@pikku/kysely-sqlite": "^0.12.8",
"@pikku/schema-cfworker": "^0.12.4"
},
"devDependencies": {
"@pikku/cli": "^0.12.76"
},
"fabric": {
"template": "germantax",
"templateVersion": "0.0.1"
},
"packageManager": "bun@1.3.14"
}