{ "name": "new_docs", "version": "0.0.0", "private": true, "scripts": { "build": "NODE_OPTIONS=--max-old-space-size=16384 next build", "dev": "NODE_OPTIONS=--max-old-space-size=16384 next dev", "start": "next start", "types:check": "fumadocs-mdx && next typegen && tsc --noEmit", "contributors": "node scripts/generate-contributors.mjs", "changelog-contributors": "node scripts/generate-changelog-contributors.mjs", "repo-contributors": "node scripts/generate-repo-contributors.mjs", "prebuild": "npm run repo-contributors && npm run contributors && npm run changelog-contributors", "postinstall": "fumadocs-mdx" }, "dependencies": { "@radix-ui/react-popover": "1.1.15", "fumadocs-core": "16.8.1", "fumadocs-mdx": "14.3.1", "fumadocs-ui": "16.8.1", "katex": "^0.16.45", "lucide-react": "^1.8.0", "mdast-util-directive": "^3.1.0", "mermaid": "^11.14.0", "next": "16.2.4", "next-themes": "^0.4.6", "react": "^19.2.5", "react-dom": "^19.2.5", "rehype-katex": "^7.0.1", "remark-directive": "^4.0.0", "remark-math": "^6.0.0", "tailwind-merge": "^3.5.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.2.2", "@types/mdx": "^2.0.13", "@types/node": "^25.6.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "opentype.js": "^2.0.0", "postcss": "^8.5.10", "sass": "^1.99.0", "tailwindcss": "^4.2.2", "typescript": "^6.0.3" } }