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
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "pnpm schema:migrate && next dev --turbopack",
"dev:email": "email dev --port 4000",
"build": "next build --turbopack && pnpm schema:migrate",
"build": "next build --turbopack && pnpm schema:migrate && node --import=tsx ./src/server/scripts/addIdsToFeedItems.ts",
"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",
Expand All @@ -26,6 +26,7 @@
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.5.0",
"@paralleldrive/cuid2": "^2.2.2",
"@planetscale/database": "^1.19.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
Expand Down Expand Up @@ -83,12 +84,16 @@
"react-resizable-panels": "^3.0.5",
"react-youtube": "^10.1.0",
"recharts": "^3.1.2",
"rehype-parse": "^9.0.1",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"rss-parser": "^3.13.0",
"server-only": "^0.0.1",
"sonner": "^2.0.7",
"superjson": "^2.2.2",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.5",
"vaul": "^1.1.2",
"zod": "^4.1.1",
"zustand": "^5.0.8"
Expand Down
149 changes: 149 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading