{ "name": "docs", "version": "0.0.0", "private": true, "type": "module", "scripts": { "build": "next build && node scripts/post-export.js", "dev": "next dev", "start": "next start", "types:check": "fumadocs-mdx && next typegen && tsc --noEmit", "postinstall": "fumadocs-mdx", "lint": "biome check --config-path biome.config.json", "format": "biome format --write --config-path biome.config.json" }, "dependencies": { "fumadocs-core": "16.4.7", "fumadocs-mdx": "14.2.5", "fumadocs-ui": "16.4.7", "lucide-react": "^0.562.0", "next": "16.1.1", "react": "^19.2.3", "react-dom": "^19.2.3", "tailwind-merge": "^3.4.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", "@types/mdx": "^2.0.13", "@types/node": "^25.0.5", "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "postcss": "^8.5.6", "tailwindcss": "^4.1.18", "typescript": "^5.9.3", "@biomejs/biome": "^2.3.11" } }