{ "name": "docs", "version": "0.0.0", "private": true, "scripts": { "build": "next build", "dev": "next dev", "start": "next start", "build:docs": "node generate-docs.mjs", "typecheck": "tsc --noEmit" }, "dependencies": { "fumadocs-core": "12.2.2", "fumadocs-mdx": "8.2.33", "fumadocs-openapi": "^3.1.3", "fumadocs-ui": "12.2.2", "lucide-react": "^0.394.0", "next": "^14.2.4", "react": "^18.3.1", "react-dom": "^18.3.1", "react-ga4": "^2.1.0" }, "devDependencies": { "tsx": "4.15.7", "@biomejs/biome": "1.8.1", "@types/mdx": "^2.0.13", "@types/node": "^20.14.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.19", "postcss": "^8.4.38", "tailwindcss": "^3.4.4", "typescript": "^5.4.5" } }