Files
supabase/pnpm-workspace.yaml
Jakub Andrzejewski 99499164dc Docs/UI library vue nuxt clients (#38279)
* docs: add vue client to ui-library

* docs: add missing vue client to llms.txt

* docs: add nuxt client to ui-library

* docs: wrong env variable names

* docs: fix dependencies

* docs: update client-nuxtjs.json

* Reinstall the deps so that the pnpm-lock.yaml has less changes.

* Add blocks/vue package.

* Remove the vue blocks from ui-library.

* Copy the vue blocks into ui-library.

* Clean up unneeded files.

* Regenerate the pnpm-lock file from master.

* Fix prettier errors.

* docs: update shadcn-vue cli

* docs: reusable server client

* Small things

* docs: improvments after CR

---------

Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
Co-authored-by: Terry Sutton <saltcod@gmail.com>
2025-09-26 12:48:47 +00:00

29 lines
583 B
YAML

packages:
- 'apps/*'
- 'packages/*'
- 'blocks/*'
- 'e2e/*'
catalog:
'@types/node': ^22.0.0
'@types/react': '^18.3.0'
'@types/react-dom': '^18.3.0'
'@supabase/auth-js': 2.72.0-rc.11
'@supabase/supabase-js': ^2.47.14
'@supabase/realtime-js': ^2.11.3
'next': ^15.5.2
'react': '^18.3.0'
'react-dom': '^18.3.0'
'tailwindcss': '3.4.1'
'typescript': '~5.9.0'
'valtio': '^1.12.0'
'vite': '^6.2.7'
'zod': '^3.25.76'
minimumReleaseAge: 10080
minimumReleaseAgeExclude:
- 'ai'
- '@ai-sdk/*'
- '@supabase/mcp-server-supabase'
- '@supabase/mcp-utils'