This commit is contained in:
2025-12-03 15:26:05 -05:00
parent 77fc803f75
commit 693e0eff22
16 changed files with 763 additions and 755 deletions

View File

@@ -16,6 +16,9 @@
"update-pdfs": "bun scripts/update-pdfs.js"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.0.6",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
@@ -47,9 +50,11 @@
"sharp": "^0.33.5",
"spawn-sync": "^2.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"zod": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/eslint": "^9.6.1",
"@types/node": "^22.17.0",
"@types/react": "19.2.7",
@@ -72,4 +77,4 @@
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}