{ "name": "docs", "version": "0.0.0", "private": true, "scripts": { "build": "next build", "dev": "next dev --turbo", "start": "next start", "postinstall": "fumadocs-mdx", "lint": "biome check", "format": "biome format --write" }, "dependencies": { "fumadocs-core": "16.0.1", "fumadocs-mdx": "13.0.0", "fumadocs-openapi": "^9.6.1", "fumadocs-ui": "16.0.1", "lucide-react": "^0.546.0", "next": "^16.0.0", "react": "^19.2.0", "react-dom": "^19.2.0", "shiki": "^3.13.0" }, "devDependencies": { "@biomejs/biome": "^2.2.7", "@tailwindcss/postcss": "^4.1.15", "@types/mdx": "^2.0.13", "@types/node": "24.9.1", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "openapi-types": "^12.1.3", "postcss": "^8.5.6", "tailwindcss": "^4.1.15", "typescript": "^5.9.3" } }