* 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.
24 lines
528 B
JSON
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:"
|
|
}
|
|
}
|