mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 00:22:43 -05:00
87 lines
2.5 KiB
JSON
87 lines
2.5 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "fumadocs-mdx",
|
|
"dev": "next dev --turbopack --port 3000",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"lint:fix": "biome check . --fix --unsafe"
|
|
},
|
|
"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-fetch/fetch": "^1.1.21",
|
|
"@biomejs/biome": "2.4.4",
|
|
"@hookform/resolvers": "^5.2.1",
|
|
"@inkeep/ai-sdk-provider": "^0.54.0",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-presence": "^1.1.5",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@react-three/drei": "^10.7.7",
|
|
"@react-three/fiber": "^9.5.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tsparticles/engine": "^3.9.1",
|
|
"@tsparticles/react": "^3.0.0",
|
|
"@tsparticles/slim": "^3.9.1",
|
|
"ai": "^6.0.104",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"foxact": "^0.2.52",
|
|
"framer-motion": "^12.23.12",
|
|
"fumadocs-core": "16.6.7",
|
|
"fumadocs-mdx": "^14.2.8",
|
|
"fumadocs-typescript": "^5.1.4",
|
|
"fumadocs-ui": "16.6.7",
|
|
"geist": "^1.7.0",
|
|
"hast-util-to-jsx-runtime": "^2.3.6",
|
|
"js-beautify": "^1.15.4",
|
|
"lucide-react": "^0.575.0",
|
|
"motion": "^12.23.12",
|
|
"next": "16.1.6",
|
|
"next-themes": "^0.4.6",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-fast-marquee": "^1.6.5",
|
|
"react-hook-form": "^7.62.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-remove-scroll": "^2.7.2",
|
|
"react-svg-worldmap": "^2.0.0-alpha.16",
|
|
"rehype-highlight": "^7.0.2",
|
|
"remark": "^15.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-rehype": "^11.1.2",
|
|
"shiki": "^4.0.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.3.1",
|
|
"three": "^0.183.1",
|
|
"unist-util-visit": "^5.1.0",
|
|
"zod": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@react-grab/mcp": "^0.1.15",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^25.3.2",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@types/three": "^0.183.1",
|
|
"tailwindcss": "^4",
|
|
"tw-animate-css": "^1.3.7",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|