{ "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": "15.8.5", "fumadocs-mdx": "12.0.3", "fumadocs-openapi": "^9.5.1", "fumadocs-ui": "15.8.5", "lucide-react": "^0.544.0", "next": "15.5.4", "react": "^19.2.0", "react-dom": "^19.2.0", "shiki": "^3.13.0" }, "devDependencies": { "@biomejs/biome": "^2.2.5", "@tailwindcss/postcss": "^4.1.14", "@types/mdx": "^2.0.13", "@types/node": "24.6.2", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "openapi-types": "^12.1.3", "postcss": "^8.5.6", "tailwindcss": "^4.1.14", "typescript": "^5.9.3" } }