Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ const config = {
},
// This is required to support PostHog trailing slash API requests
skipTrailingSlashRedirect: true,
// experimental: {
// mdxRs: true,
// },
experimental: {
reactCompiler: true,
},
};

const isProd = process.env.NODE_ENV === "production";
Expand Down
48 changes: 27 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"type": "module",
"scripts": {
"dev": "pnpm schema:migrate && next dev",
"dev": "pnpm schema:migrate && next dev --turbopack",
"dev:email": "email dev --port 4000",
"build": "next build && pnpm schema:migrate",
"build:atomic": "next build",
"build": "next build --turbopack && pnpm schema:migrate",
"build:atomic": "next build --turbopack",
"schema:generate": "drizzle-kit generate",
"schema:migrate": "node --experimental-specifier-resolution=node --loader ts-node/esm src/server/db/migrate",
"schema:update": "pnpm schema:generate && pnpm schema:migrate",
Expand All @@ -21,31 +21,36 @@
"@libsql/linux-x64-musl": "0.5.0-pre.6",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.2.0",
"@next/mdx": "15.3.0",
"@planetscale/database": "^1.19.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-checkbox": "^1.1.5",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-separator": "^1.1.3",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.4",
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/react-toggle-group": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.3",
"@radix-ui/react-toggle-group": "^1.1.3",
"@radix-ui/react-tooltip": "^1.2.0",
"@react-email/components": "^0.0.36",
"@sendgrid/mail": "^8.1.5",
"@t3-oss/env-nextjs": "^0.12.0",
"@tabler/icons-react": "^3.31.0",
"@tanstack/react-query": "^5.66.11",
"@tanstack/react-table": "^8.21.2",
"@trpc/client": "11.0.0-rc.819",
"@trpc/next": "11.0.0-rc.819",
"@trpc/server": "11.0.0-rc.819",
"@trpc/tanstack-react-query": "11.0.0-rc.819",
"@types/mdx": "^2.0.13",
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
"better-auth": "^1.2.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand All @@ -59,20 +64,21 @@
"jotai": "^2.12.1",
"jotai-optics": "^0.4.0",
"lucide-react": "^0.477.0",
"next": "15.2.3",
"next": "15.3.0",
"next-mdx-remote": "^5.0.0",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.4",
"next-themes": "^0.4.6",
"posthog-js": "^1.235.6",
"posthog-node": "^4.11.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-fast-marquee": "^1.6.5",
"react-resizable-panels": "^2.1.7",
"react-youtube": "^10.1.0",
"recharts": "^2.15.2",
"rss-parser": "^3.13.0",
"server-only": "^0.0.1",
"sonner": "^2.0.1",
"sonner": "^2.0.3",
"superjson": "^2.2.2",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -87,15 +93,15 @@
"@types/eslint": "^9.6.1",
"@types/next-pwa": "^5.6.9",
"@types/node": "^22.13.8",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"better-sqlite3": "^11.8.1",
"dotenv": "^16.4.7",
"drizzle-kit": "^0.30.5",
"eslint": "^9.21.0",
"eslint-config-next": "15.2.0",
"eslint-config-next": "15.3.0",
"mysql2": "^3.12.0",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
Expand All @@ -112,8 +118,8 @@
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4"
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2"
}
}
}
Loading