{ "name": "pangolin-docs", "version": "1.0.0", "private": true, "scripts": { "build": "next build", "dev": "next dev", "start": "next start", "types:check": "next typegen && tsc --noEmit", "migrate": "python3 scripts/migrate-from-mintlify.py ../docs-v2" }, "dependencies": { "@ai-sdk/anthropic": "^4.0.63", "@ai-sdk/google": "^4.0.80", "@ai-sdk/openai": "^4.0.75", "@ai-sdk/openai-compatible": "^3.0.55", "@ai-sdk/react": "^4.0.109", "@modelcontextprotocol/server": "^2.1.0", "@shikijs/transformers": "^4.4.3", "ai": "^7.0.106", "class-variance-authority": "^0.7.1", "cn": "^0.3.0", "flexsearch": "^0.8.212", "fumadocs-core": "16.15.14", "fumadocs-mdx": "15.4.5", "fumadocs-ui": "npm:@fumadocs/base-ui@16.15.14", "hast-util-to-jsx-runtime": "^2.3.6", "lucide-react": "^1.47.0", "next": "16.3.5", "react": "^19.3.0", "react-dom": "^19.3.0", "remark": "^15.0.1", "remark-gfm": "^4.0.1", "remark-rehype": "^11.1.2", "server-only": "^0.0.1", "unist-util-visit": "^5.1.0", "zod": "^4.6.5" }, "devDependencies": { "@tailwindcss/postcss": "^4.3.3", "@types/hast": "^3.0.5", "@types/mdx": "^2.0.14", "@types/node": "^26.6.1", "@types/react": "^19.3.0", "@types/react-dom": "^19.3.0", "postcss": "^8.5.28", "tailwindcss": "^4.3.3", "typescript": "^7.0.2" } }