Files
supabase/blocks/vue/package.json
Ivan Vasilov 191a291c2d feat: Preliminary work for shadcn add @supabase/...block... (#39322)
* Build the current registry.

* Export the blocks as JSON and import them into registry.json.

* Move the registry.json into public/r.

* Fix a prettier error.

* Clean up extra files in vue blocks.

* Bump shadcn.

* Readd shadcn to vue blocks.

* Fix the shadcn types.

* Remove extra package exclusions.
2025-10-07 20:32:24 +02:00

24 lines
528 B
JSON

{
"name": "@supabase/vue-blocks",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": "./index.ts",
"scripts": {
"preinstall": "npx only-allow pnpm",
"clean": "rimraf node_modules .next .turbo",
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"h3": "^1.15.4",
"nuxt": "^4.0.3",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.1"
},
"devDependencies": {
"shadcn": "^3.0.0",
"tsconfig": "workspace:*",
"vite": "catalog:"
}
}