35 lines
783 B
JSON
35 lines
783 B
JSON
{
|
|
"name": "@kit/booking-management",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"exports": {
|
|
"./api": "./src/server/api.ts",
|
|
"./schema/*": "./src/schema/*.ts",
|
|
"./components": "./src/components/index.ts"
|
|
},
|
|
"scripts": {
|
|
"clean": "git clean -xdf .turbo node_modules",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/next": "workspace:*",
|
|
"@kit/shared": "workspace:*",
|
|
"@kit/supabase": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@supabase/supabase-js": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"next": "catalog:",
|
|
"next-safe-action": "catalog:",
|
|
"react": "catalog:",
|
|
"zod": "catalog:"
|
|
}
|
|
}
|