mirror of
https://github.com/supabase/supabase.git
synced 2026-09-08 10:59:38 +08:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated Next.js, PostCSS, and tar package versions. * Added the required TypeScript native tooling where needed. * Refined package configuration and dependency ordering across the project. * Removed an unused empty dependency configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
32 lines
2.8 KiB
JSON
32 lines
2.8 KiB
JSON
{
|
|
"name": "@supabase/generator",
|
|
"version": "0.0.0",
|
|
"main": "./index.tsx",
|
|
"types": "./index.tsx",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"clean": "rimraf .turbo tsconfig.tsbuildinfo",
|
|
"tsdoc:dereference:functions:v1": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v1/functions.json --output ../../apps/docs/spec/enrichments/tsdoc_v1/functions_dereferenced.json",
|
|
"tsdoc:dereference:gotrue:v1": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v1/gotrue.json --output ../../apps/docs/spec/enrichments/tsdoc_v1/gotrue_dereferenced.json",
|
|
"tsdoc:dereference:postgrest:v1": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v1/postgrest.json --output ../../apps/docs/spec/enrichments/tsdoc_v1/postgrest_dereferenced.json",
|
|
"tsdoc:dereference:realtime:v1": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v1/realtime.json --output ../../apps/docs/spec/enrichments/tsdoc_v1/realtime_dereferenced.json",
|
|
"tsdoc:dereference:storage:v1": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v1/storage.json --output ../../apps/docs/spec/enrichments/tsdoc_v1/storage_dereferenced.json",
|
|
"tsdoc:dereference:supabase:v1": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v1/supabase.json --output ../../apps/docs/spec/enrichments/tsdoc_v1/supabase_dereferenced.json",
|
|
"tsdoc:dereference:functions:v2": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v2/functions.json --output ../../apps/docs/spec/enrichments/tsdoc_v2/functions_dereferenced.json",
|
|
"tsdoc:dereference:gotrue:v2": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v2/gotrue.json --output ../../apps/docs/spec/enrichments/tsdoc_v2/gotrue_dereferenced.json",
|
|
"tsdoc:dereference:postgrest:v2": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v2/postgrest.json --output ../../apps/docs/spec/enrichments/tsdoc_v2/postgrest_dereferenced.json",
|
|
"tsdoc:dereference:realtime:v2": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v2/realtime.json --output ../../apps/docs/spec/enrichments/tsdoc_v2/realtime_dereferenced.json",
|
|
"tsdoc:dereference:storage:v2": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v2/storage.json --output ../../apps/docs/spec/enrichments/tsdoc_v2/storage_dereferenced.json",
|
|
"tsdoc:dereference:supabase:v2": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v2/supabase.json --output ../../apps/docs/spec/enrichments/tsdoc_v2/supabase_dereferenced.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/json-stringify-safe": "^5.0.0",
|
|
"@types/lodash": "^4.14.202",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"lodash": "catalog:",
|
|
"tsconfig": "workspace:*",
|
|
"tsx": "catalog:"
|
|
}
|
|
}
|