chore: seminarhof customer project

This commit is contained in:
e2e
2026-07-10 23:07:47 +02:00
commit e3a13a8504
188 changed files with 20779 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "@project/functions",
"version": "0.0.1",
"type": "module",
"private": true,
"imports": {
"#pikku": "./.pikku/pikku-types.gen.ts",
"#pikku/*.gen.js": "./.pikku/*.gen.ts",
"#pikku/*": "./.pikku/*"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20241218.0",
"@date-fns/tz": "^1.5.0",
"@pikku/better-auth": "^0.12.16",
"@pikku/cloudflare": "^0.12.13",
"@pikku/core": "^0.12.57",
"@pikku/jose": "^0.12.4",
"@pikku/kysely": "^0.13.0",
"@pikku/kysely-sqlite": "^0.12.8",
"@pikku/schedule": "^0.12.3",
"@pikku/schema-cfworker": "^0.12.4",
"@standard-schema/spec": "^1.1.0",
"better-auth": "^1.6.19",
"date-fns": "^4.4.0",
"kysely": "^0.29.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@pikku/cli": "^0.12.76"
}
}