Files
Andre Landgraf 9e05e889f1 fix: pin kysely to 0.28.8 so the clean install builds
A lockfile-free clean install resolved a newer kysely that dropped the
DEFAULT_MIGRATION_LOCK_TABLE export @better-auth/kysely-adapter imports, failing
the Turbopack build. Pin kysely via overrides to the known-good 0.28.8.
2026-06-07 20:12:45 -07:00

141 lines
4.9 KiB
JSON

{
"name": "fullstackrecipes",
"version": "1.0.0",
"license": "MIT",
"author": "Andre Landgraf <andre.timo.landgraf@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/andrelandgraf/fullstackrecipes"
},
"homepage": "https://fullstackrecipes.com",
"bugs": {
"url": "https://github.com/andrelandgraf/fullstackrecipes/issues"
},
"scripts": {
"dev": "next dev",
"prebuild": "bun run env:validate:prod",
"build": "next build",
"start": "next start",
"fmt": "prettier --write .",
"typecheck": "tsc --noEmit",
"fallow": "fallow",
"test": "bun run scripts/tests/test-with-branch.ts",
"test:unit": "bun run scripts/tests/test-with-branch.ts --unit",
"test:integration": "bun run scripts/tests/test-with-branch.ts --integration",
"test:playwright": "bun run scripts/tests/test-with-branch.ts --playwright",
"env:init": "bunx --bun better-env init -y",
"env:pull": "bunx --bun better-env pull --environment=development",
"env:push": "bunx --bun better-env load .env.development --environment=development --upsert",
"env:pull:prod": "bunx --bun better-env pull --environment=production",
"env:push:prod": "bunx --bun better-env load .env.production --environment=production --upsert",
"env:validate": "bunx --bun better-env validate --environment=development",
"env:validate:prod": "bunx --bun better-env validate --environment=production",
"db:generate": "bun run scripts/tests/generate-schema.ts",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"db:branch:create": "bun run scripts/tests/create-branch.ts",
"workflow:dev": "workflow inspect runs --web",
"registry:build": "bunx --bun shadcn@latest build"
},
"dependencies": {
"@ai-sdk/google": "^3.0.1",
"@ai-sdk/openai": "^3.0.1",
"@ai-sdk/react": "^3.0.3",
"@hookform/resolvers": "^5.2.2",
"@markdoc/markdoc": "^0.5.4",
"@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-label": "^2.1.8",
"@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.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.4",
"@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",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@react-email/components": "^1.0.1",
"@sentry/nextjs": "^10",
"@types/pg": "^8.15.6",
"@vercel/analytics": "^1.5.0",
"@vercel/functions": "^3.3.2",
"@workflow/ai": "^4.0.1-beta.44",
"@xyflow/react": "^12.9.3",
"ai": "^6.0.3",
"better-auth": "^1.4.3",
"better-env": "^0.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.1",
"embla-carousel-react": "^8.6.0",
"flags": "^4.0.2",
"input-otp": "^1.4.2",
"lucide-react": "^0.554.0",
"motion": "^12.23.24",
"nanoid": "^5.1.6",
"next": "^16.0.10",
"next-themes": "^0.4.6",
"nuqs": "^2.8.5",
"pg": "^8.16.3",
"pino": "^10.1.0",
"pino-pretty": "^13.1.3",
"react": "^19.2.3",
"react-day-picker": "^9.11.1",
"react-dom": "^19.2.3",
"react-hook-form": "^7.66.1",
"react-resizable-panels": "^3.0.6",
"recharts": "2.15.4",
"resend": "^6.5.2",
"shiki": "^3.15.0",
"sonner": "^2.0.7",
"streamdown": "^1.5.1",
"tailwind-merge": "^3.4.0",
"tokenlens": "^1.3.1",
"use-stick-to-bottom": "^1.1.1",
"uuid": "^13.0.0",
"vaul": "^1.1.2",
"workflow": "^4.0.1-beta.44",
"zod": "^4"
},
"devDependencies": {
"@next/env": "^16.0.10",
"@playwright/test": "^1.49.1",
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^3.0.0",
"@types/bun": "^1.3.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vercel/config": "^0.0.24",
"babel-plugin-react-compiler": "1.0.0",
"bcryptjs": "^3.0.3",
"drizzle-kit": "^0.31.8",
"fallow": "2.76.0",
"prettier": "^3.6.2",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
},
"overrides": {
"kysely": "0.28.8"
}
}