mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 12:44:35 +08:00
* attempt to update packages and useChat
* update endpoints
* update zod
* zod
* update to v5
* message update
* Revert "zod"
This reverts commit ec39bac6b6.
* revert zod
* zod i
* fix complete endpoints
* remove async
* change to content
* type cleanup
* Revert the package bumps to rebuild them.
* Bump zod to 2.25.76 in all packages.
* Bump openai in all packages.
* Bump ai and ai-related packages.
* Remove unneeded files.
* Fix the rest of the migration stuff.
* Prettier fixes.
* zod
* v4 again
---------
Co-authored-by: Jordi Enric <jordi.err@gmail.com>
Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
118 lines
3.9 KiB
JSON
118 lines
3.9 KiB
JSON
{
|
|
"name": "ui-library",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"dev": "next dev --port 3004",
|
|
"build": "pnpm run content:build && pnpm run build:registry && pnpm run build:llms && next build",
|
|
"build:registry": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/build-registry.mts && prettier --cache --write registry.json && rimraf -G public/r && shadcn build && tsx scripts/clean-registry.ts",
|
|
"build:llms": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/build-llms-txt.ts",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"lint:mdx": "supa-mdx-lint content --config ../../supa-mdx-lint.config.toml",
|
|
"content:build": "contentlayer2 build",
|
|
"clean": "rimraf node_modules .next .turbo",
|
|
"typecheck": "contentlayer2 build && tsc --noEmit -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.1.1",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@radix-ui/react-accordion": "*",
|
|
"@radix-ui/react-alert-dialog": "*",
|
|
"@radix-ui/react-aspect-ratio": "*",
|
|
"@radix-ui/react-avatar": "*",
|
|
"@radix-ui/react-checkbox": "*",
|
|
"@radix-ui/react-collapsible": "*",
|
|
"@radix-ui/react-context-menu": "*",
|
|
"@radix-ui/react-dialog": "*",
|
|
"@radix-ui/react-dropdown-menu": "*",
|
|
"@radix-ui/react-hover-card": "*",
|
|
"@radix-ui/react-label": "*",
|
|
"@radix-ui/react-menubar": "*",
|
|
"@radix-ui/react-navigation-menu": "*",
|
|
"@radix-ui/react-popover": "*",
|
|
"@radix-ui/react-progress": "*",
|
|
"@radix-ui/react-radio-group": "*",
|
|
"@radix-ui/react-scroll-area": "*",
|
|
"@radix-ui/react-select": "*",
|
|
"@radix-ui/react-separator": "*",
|
|
"@radix-ui/react-slider": "*",
|
|
"@radix-ui/react-slot": "*",
|
|
"@radix-ui/react-switch": "*",
|
|
"@radix-ui/react-tabs": "*",
|
|
"@radix-ui/react-toast": "*",
|
|
"@radix-ui/react-toggle": "*",
|
|
"@radix-ui/react-toggle-group": "*",
|
|
"@radix-ui/react-tooltip": "*",
|
|
"@react-router/fs-routes": "^7.4.0",
|
|
"@supabase/postgrest-js": "*",
|
|
"@supabase/supa-mdx-lint": "0.2.6-alpha",
|
|
"@tanstack/react-query": "^5.83.0",
|
|
"axios": "^1.10.0",
|
|
"class-variance-authority": "*",
|
|
"cmdk": "^1.0.0",
|
|
"common": "workspace:*",
|
|
"common-tags": "^1.8.2",
|
|
"contentlayer2": "0.4.6",
|
|
"eslint-config-supabase": "workspace:*",
|
|
"framer-motion": "^11.0.3",
|
|
"icons": "workspace:*",
|
|
"jotai": "^2.8.0",
|
|
"lucide-react": "*",
|
|
"next": "catalog:",
|
|
"next-contentlayer2": "0.4.6",
|
|
"next-themes": "^0.3.0",
|
|
"openai": "^5.9.0",
|
|
"openapi-fetch": "0.12.4",
|
|
"react": "catalog:",
|
|
"react-docgen": "^7.0.3",
|
|
"react-dom": "catalog:",
|
|
"react-hook-form": "^7.45.0",
|
|
"react-inlinesvg": "^4.0.4",
|
|
"react-markdown": "^10.1.0",
|
|
"react-wrap-balancer": "^1.1.0",
|
|
"recharts": "^2.8.0",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-pretty-code": "^0.9.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark": "^14.0.3",
|
|
"remark-code-import": "^1.2.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"sonner": "^1.5.0",
|
|
"ui": "workspace:*",
|
|
"ui-patterns": "workspace:*",
|
|
"unist-util-visit": "^5.0.0",
|
|
"vaul": "^0.9.6",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@react-router/dev": "^7.1.5",
|
|
"@shikijs/compat": "^1.1.7",
|
|
"@supabase/ssr": "^0.6.1",
|
|
"@supabase/supabase-js": "^2.49.1",
|
|
"@tanstack/react-router": "^1.114.27",
|
|
"@tanstack/react-start": "^1.114.25",
|
|
"@types/common-tags": "^1.8.4",
|
|
"@types/lodash": "^4.17.16",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"config": "workspace:^",
|
|
"lodash": "^4.17.21",
|
|
"mdast-util-toc": "^6.1.1",
|
|
"postcss": "^8.5.3",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-router": "^7.5.2",
|
|
"rimraf": "^4.1.3",
|
|
"shadcn": "^2.10.0",
|
|
"shiki": "^1.1.7",
|
|
"tailwindcss": "^3.3.0",
|
|
"tsconfig": "workspace:*",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "~5.5.0",
|
|
"unist-builder": "3.0.0",
|
|
"vite": "catalog:"
|
|
}
|
|
}
|