mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-01 03:46:39 -05:00
Co-authored-by: Alex Yang <himself65@outlook.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
100 lines
3.3 KiB
JSON
100 lines
3.3 KiB
JSON
{
|
|
"name": "@better-auth/nextjs-demo",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"dev:secure": "next dev --experimental-https",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@better-auth/oauth-provider": "workspace:*",
|
|
"@better-auth/passkey": "workspace:*",
|
|
"@better-auth/sso": "workspace:*",
|
|
"@better-auth/scim": "workspace:^",
|
|
"@better-auth/stripe": "workspace:*",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@libsql/client": "^0.8.1",
|
|
"@libsql/kysely-libsql": "^0.4.1",
|
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
"@number-flow/react": "^0.5.10",
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@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-progress": "^1.1.7",
|
|
"@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.7",
|
|
"@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-toast": "^1.2.15",
|
|
"@radix-ui/react-toggle": "^1.1.10",
|
|
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@react-email/components": "^1.0.1",
|
|
"@tanstack/react-query": "^5.85.9",
|
|
"@tanstack/react-query-devtools": "^5.91.1",
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"better-auth": "workspace:*",
|
|
"better-sqlite3": "^12.2.0",
|
|
"canvas-confetti": "^1.9.3",
|
|
"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",
|
|
"framer-motion": "^12.23.12",
|
|
"geist": "^1.4.2",
|
|
"input-otp": "^1.4.2",
|
|
"kysely": "^0.28.5",
|
|
"lucide-react": "^0.542.0",
|
|
"mcp-handler": "^1.0.4",
|
|
"mysql2": "^3.14.4",
|
|
"next": "16.1.1",
|
|
"next-themes": "^0.4.6",
|
|
"react": "catalog:react19",
|
|
"react-day-picker": "9.9.0",
|
|
"react-dom": "catalog:react19",
|
|
"react-hook-form": "^7.68.0",
|
|
"react-qr-code": "^2.0.18",
|
|
"react-resizable-panels": "^3.0.5",
|
|
"recharts": "^3.1.2",
|
|
"resend": "^6.0.2",
|
|
"sonner": "^2.0.7",
|
|
"stripe": "^20.0.0",
|
|
"tailwind-merge": "^3.3.1",
|
|
"ua-parser-js": "^2.0.4",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "catalog:tailwind",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/react": "catalog:react19",
|
|
"@types/react-dom": "catalog:react19",
|
|
"@types/ua-parser-js": "^0.7.39",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "catalog:tailwind",
|
|
"tw-animate-css": "^1.3.8"
|
|
}
|
|
}
|