-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Tested wlith AsyncLoaderState example in Next.js 16. Exact deps:
"dependencies": {
"@headless-tree/core": "^1.5.1",
"@headless-tree/react": "^1.5.1",
"@hookform/resolvers": "^5.2.2",
"@libsql/client": "^0.15.15",
"@orpc/client": "^1.10.1",
"@orpc/contract": "^1.10.1",
"@orpc/json-schema": "^1.10.1",
"@orpc/openapi": "^1.10.1",
"@orpc/openapi-client": "^1.10.1",
"@orpc/server": "^1.10.1",
"@orpc/tanstack-query": "^1.10.1",
"@orpc/zod": "^1.10.1",
"@space-man/react-theme-animation": "^1.1.1",
"@tanstack/react-form": "^1.23.8",
"@tanstack/react-query": "^5.90.5",
"better-auth": "1.3.27",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.44.7",
"drizzle-zod": "^0.8.3",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.544.0",
"motion": "^12.23.24",
"next": "16.0.0",
"next-themes": "^0.4.6",
"radix-ui": "latest",
"react": "19.2.0",
"react-day-picker": "^9.11.1",
"react-dom": "19.2.0",
"react-hook-form": "^7.65.0",
"react-resizable-panels": "^2.1.9",
"recharts": "^2.15.4",
"sonner": "^1.7.4",
"tailwind-merge": "^3.3.1",
"vaul": "^1.1.2",
"zod": "^4.1.12"
},
"devDependencies": {
"@prettier/plugin-oxc": "^0.0.4",
"@tailwindcss/postcss": "^4.1.16",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^22.18.12",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"babel-plugin-react-compiler": "1.0.0",
"drizzle-kit": "^0.31.5",
"jsdom": "^27.0.1",
"lefthook": "^1.13.6",
"oxlint": "^1.24.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.16",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
},
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"lefthook",
"sharp"
]
}
}next.config.ts
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
experimental: {
browserDebugInfoInTerminal: true,
typedEnv: true,
useLightningcss: true
},
reactCompiler: true,
typedRoutes: true,
images: {
unoptimized: true // FIXME
}
}
module.exports = nextConfigMetadata
Metadata
Assignees
Labels
No labels