chore: seminarhof customer project
This commit is contained in:
31
packages/functions/package.json
Normal file
31
packages/functions/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user