{ "name": "docs", "version": "0.0.0", "private": true, "scripts": { "gen:env-docs": "pnpm -w run gen:env-docs", "prebuild": "pnpm run gen:env-docs", "build": "next build", "predev": "pnpm run gen:env-docs", "dev": "next dev", "start": "serve out", "types:check": "fumadocs-mdx && next typegen && tsc --noEmit", "postinstall": "fumadocs-mdx", "lint": "eslint" }, "dependencies": { "@orama/orama": "^3.1.18", "@radix-ui/react-dialog": "^1.1.15", "@takumi-rs/image-response": "^0.69.5", "fumadocs-core": "16.6.9", "fumadocs-mdx": "14.2.9", "fumadocs-ui": "16.6.9", "lucide-react": "^0.575.0", "next": "16.1.6", "react": "^19.2.6", "react-dom": "^19.2.6", "react-icons": "^5.6.0", "tailwind-merge": "^3.5.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.2.4", "@types/mdx": "^2.0.13", "@types/node": "^25.6.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "eslint": "^10.3.0", "eslint-config-next": "16.1.6", "postcss": "^8.5.14", "serve": "^14.2.6", "tailwindcss": "^4.2.4", "tailwindcss-animate": "~1.0.7", "typescript": "^5.9.3" } }