forked from AgentSwarms-fyi/agentswarms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
165 lines (165 loc) · 5.53 KB
/
Copy pathpackage.json
File metadata and controls
165 lines (165 loc) · 5.53 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "agentswarms",
"version": "1.2.2",
"description": "The hands-on playground for learning Agentic AI — build agents, run multi-agent swarms, and inspect traces in your browser.",
"license": "Elastic-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/AgentSwarms-fyi/agentswarms.git"
},
"private": true,
"sideEffects": false,
"type": "module",
"engines": {
"node": ">=20.19"
},
"scripts": {
"dev": "vite dev",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=6144 vite build --sourcemap false",
"build:dev": "cross-env NODE_OPTIONS=--max-old-space-size=6144 vite build --mode development --sourcemap false",
"preview": "vite preview",
"lint": "eslint .",
"check:docs": "node scripts/check-docs.mjs",
"check:md-docs": "node scripts/check-md-docs.mjs",
"docs:index": "node scripts/build-docs-index.mjs",
"format": "prettier --write .",
"test": "vitest run",
"test:watch": "vitest",
"test:integration": "vitest run --config vitest.integration.config.ts",
"test:differential": "tsx tests/differential/report.ts",
"eval:nl2sql": "tsx evals/nl2sql/run.ts",
"prices:refresh": "tsx scripts/refreshPrices.ts",
"check:semantics": "tsx scripts/checkSemantics.ts"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-python": "^6.2.1",
"@duckdb/duckdb-wasm": "1.32.0",
"@duckdb/node-api": "^1.5.5-r.2",
"@hookform/resolvers": "^5.2.2",
"@langchain/community": "^1.1.29",
"@langchain/core": "^1.1.48",
"@langchain/langgraph": "^1.3.4",
"@langchain/openai": "^1.4.7",
"@langchain/textsplitters": "^1.0.1",
"@mendable/firecrawl-js": "^4.25.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.8",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-email/components": "^1.0.12",
"@supabase/supabase-js": "^2.104.0",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-router": "^1.168.0",
"@tanstack/react-start": "^1.167.14",
"@tanstack/router-plugin": "^1.167.10",
"@types/d3-force": "^3.0.10",
"@types/js-yaml": "^4.0.9",
"@types/papaparse": "^5.5.2",
"@types/pg": "^8.20.0",
"@uiw/codemirror-theme-vscode": "^4.25.10",
"@uiw/react-codemirror": "^4.25.10",
"@xyflow/react": "^12.10.2",
"alasql": "^4.17.2",
"cheerio": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"d3-force": "^3.0.0",
"d3-geo": "^3.1.1",
"date-fns": "^4.1.0",
"docx": "^9.7.1",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.38.0",
"html2canvas-pro": "^2.2.4",
"input-otp": "^1.4.2",
"js-yaml": "^4.1.1",
"langchain": "^1.4.4",
"lucide-react": "^1.8.0",
"mammoth": "1.12.0",
"mermaid": "^11.16.1",
"mysql2": "^3.23.1",
"nitro": "3.0.260603-beta",
"node-sql-parser": "^5.4.0",
"nodemailer": "^6.10.0",
"papaparse": "^5.5.3",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "4.7.76",
"pg": "^8.22.0",
"pptxgenjs": "^4.0.1",
"react": "^19.2.0",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.0",
"react-dropzone": "^15.0.0",
"react-email": "^6.0.0",
"react-hook-form": "^7.71.2",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.6.5",
"read-excel-file": "^9.3.5",
"recharts": "^2.15.4",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"tedious": "^20.0.0",
"topojson-client": "^3.1.0",
"turndown": "^7.2.4",
"tw-animate-css": "^1.3.4",
"undici": "^7.29.0",
"vaul": "^1.1.2",
"vite-tsconfig-paths": "^6.0.2",
"world-atlas": "^2.0.2",
"write-excel-file": "^4.1.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@types/d3-geo": "^3.1.0",
"@types/node": "^22.16.5",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/topojson-client": "^3.1.5",
"@types/turndown": "^5.0.6",
"@vitejs/plugin-react": "^5.0.4",
"cross-env": "^10.1.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^15.15.0",
"prettier": "^3.7.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1",
"vitest": "^3.2.7"
},
"overrides": {
"entities": "4.5.0"
}
}