{ "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 tsconfig.tsbuildinfo", "typecheck": "tsc --noEmit" }, "dependencies": { "@supabase/ssr": "catalog:", "@supabase/supabase-js": "catalog:", "@vueuse/core": "^14.1.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "h3": "^1.15.10", "lucide-vue-next": "^0.562.0", "nuxt": "^4.4.0", "tailwind-merge": "^3.5.0", "vue": "^3.5.21", "vue-router": "^4.5.1" }, "devDependencies": { "shadcn": "^3.3.1", "tsconfig": "workspace:*", "vite": "^7.3.2" } }