mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-21 14:00:08 -05:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taesu <166604494+bytaesu@users.noreply.github.com> Co-authored-by: Taesu <bytaesu@gmail.com>
133 lines
4.4 KiB
JSON
133 lines
4.4 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "fumadocs-mdx",
|
|
"predev": "pnpm sync-beta",
|
|
"dev": "next dev --port 3000",
|
|
"prebuild": "pnpm sync-beta",
|
|
"build": "next build",
|
|
"postbuild": "pnpm sync-typesense",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"lint:fix": "pnpm -w biome check docs/ --fix --unsafe",
|
|
"sync-beta": "node scripts/sync-beta-content.ts",
|
|
"sync-typesense": "node scripts/sync-typesense.ts",
|
|
"format:md": "remark . --ext md,mdx --output --quiet",
|
|
"format:check": "remark . --ext md,mdx --quiet --frail"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^3.0.44",
|
|
"@ai-sdk/openai": "^3.0.29",
|
|
"@ai-sdk/openai-compatible": "^2.0.29",
|
|
"@ai-sdk/react": "^3.0.106",
|
|
"@better-auth/utils": "catalog:",
|
|
"@better-fetch/fetch": "catalog:",
|
|
"@hookform/resolvers": "^5.2.1",
|
|
"@openrouter/ai-sdk-provider": "^2.2.5",
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.8",
|
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
"@radix-ui/react-context-menu": "^2.2.16",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-hover-card": "^1.1.15",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-menubar": "^1.1.16",
|
|
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-presence": "^1.1.5",
|
|
"@radix-ui/react-progress": "^1.1.8",
|
|
"@radix-ui/react-radio-group": "^1.3.8",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slider": "^1.3.6",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-toggle": "^1.1.10",
|
|
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@upstash/ratelimit": "^2.0.8",
|
|
"@upstash/redis": "^1.36.4",
|
|
"@vercel/analytics": "^1.6.1",
|
|
"@vercel/og": "^0.10.1",
|
|
"ai": "^6.0.116",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"feed": "^5.2.0",
|
|
"framer-motion": "^12.23.12",
|
|
"fumadocs-core": "16.7.9",
|
|
"fumadocs-mdx": "^14.2.8",
|
|
"fumadocs-typescript": "^5.2.1",
|
|
"fumadocs-ui": "16.7.9",
|
|
"geist": "^1.7.0",
|
|
"gray-matter": "^4.0.3",
|
|
"hast-util-to-jsx-runtime": "^2.3.6",
|
|
"input-otp": "^1.4.2",
|
|
"js-beautify": "^1.15.4",
|
|
"lottie-react": "^2.4.1",
|
|
"lucide-react": "^1.7.0",
|
|
"mermaid": "^11.15.0",
|
|
"next": "16.2.6",
|
|
"next-mdx-remote": "^6.0.0",
|
|
"next-themes": "^0.4.6",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "catalog:react19",
|
|
"react-day-picker": "9.13.0",
|
|
"react-dom": "catalog:react19",
|
|
"react-fast-marquee": "^1.6.5",
|
|
"react-hook-form": "^7.62.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-remove-scroll": "^2.7.2",
|
|
"react-resizable-panels": "^4.5.2",
|
|
"recharts": "^3.7.0",
|
|
"rehype-highlight": "^7.0.2",
|
|
"remark": "^15.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-mdx": "^3.1.1",
|
|
"remark-rehype": "^11.1.2",
|
|
"remark-stringify": "^11.0.0",
|
|
"resend": "^6.8.0",
|
|
"shiki": "^4.0.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "catalog:tailwind",
|
|
"typesense": "^3.0.2",
|
|
"typesense-fumadocs-adapter": "^0.3.0",
|
|
"unist-util-visit": "^5.1.0",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@react-grab/mcp": "^0.1.15",
|
|
"@tailwindcss/postcss": "catalog:tailwind",
|
|
"@types/hast": "^3.0.4",
|
|
"@types/js-beautify": "^1.14.3",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^25.3.2",
|
|
"@types/react": "catalog:react19",
|
|
"@types/react-dom": "catalog:react19",
|
|
"dotenv": "^17.3.1",
|
|
"postcss": "^8.5.6",
|
|
"remark-cli": "^12.0.1",
|
|
"remark-frontmatter": "^5.0.0",
|
|
"remark-preset-lint-consistent": "^6.0.1",
|
|
"remark-preset-lint-recommended": "^7.0.1",
|
|
"tailwindcss": "catalog:tailwind",
|
|
"tw-animate-css": "^1.3.7",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|