-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.51 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@composio/docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "eslint",
"lint:links": "bun scripts/validate-links.ts",
"generate:toolkits": "bun scripts/generate-toolkits.ts",
"generate:meta-tools": "bun scripts/generate-meta-tools.ts",
"generate:api-index": "bun scripts/generate-api-index.ts",
"test": "bun test tests/static/",
"test:integration": "bun test tests/integration/ --timeout 30000"
},
"dependencies": {
"@radix-ui/react-tabs": "1.1.13",
"@shikijs/twoslash": "3.21.0",
"@vercel/analytics": "1.6.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"fumadocs-core": "16.4.2",
"fumadocs-mdx": "14.2.4",
"fumadocs-openapi": "10.2.2",
"fumadocs-ui": "16.4.2",
"lucide-react": "0.562.0",
"mermaid": "11.12.3",
"next": "16.2.1",
"posthog-js": "1.319.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"shiki": "3.20.0",
"tailwind-merge": "3.4.0"
},
"devDependencies": {
"@ai-sdk/anthropic": "3.0.11",
"@ai-sdk/mcp": "1.0.6",
"@ai-sdk/openai": "3.0.9",
"@ai-sdk/react": "3.0.102",
"@anthropic-ai/claude-agent-sdk": "0.2.5",
"@anthropic-ai/sdk": "0.71.2",
"@composio/anthropic": "0.5.5",
"@composio/claude-agent-sdk": "0.6.3",
"@composio/core": "0.6.6",
"@composio/google": "0.5.5",
"@composio/langchain": "0.5.5",
"@composio/llamaindex": "0.5.5",
"@composio/mastra": "0.5.5",
"@composio/openai": "0.5.5",
"@composio/openai-agents": "0.6.3",
"@composio/vercel": "0.6.3",
"@google/genai": "1.35.0",
"@langchain/core": "1.1.12",
"@langchain/langgraph": "1.0.15",
"@langchain/openai": "1.2.1",
"@llamaindex/openai": "0.4.22",
"@llamaindex/workflow": "1.1.24",
"@mastra/core": "1.0.0-beta.21",
"@openai/agents": "0.4.13",
"@shikijs/vitepress-twoslash": "3.21.0",
"@tailwindcss/postcss": "4.1.18",
"@types/mdx": "2.0.13",
"@types/node": "24.10.2",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"ai": "6.0.30",
"ajv": "8.17.1",
"ajv-draft-04": "1.0.0",
"eslint": "9.39.2",
"eslint-config-next": "16.2.1",
"github-slugger": "2.0.0",
"next-validate-link": "1.6.4",
"openai": "6.16.0",
"postcss": "8.5.6",
"tailwindcss": "4.1.18",
"tw-animate-css": "1.4.0",
"typescript": "5.9.3"
}
}