-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.47 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.47 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
{
"name": "@ea-kit/ea-langgraph-sdk",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"typecheck": "tsc --noEmit",
"ultracite": "ultracite",
"prepare": "husky install"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.2.12",
"@ai-sdk/deepseek": "^0.2.14",
"@ai-sdk/google": "^1.2.19",
"@ai-sdk/groq": "^1.2.9",
"@ai-sdk/openai": "^1.3.22",
"@ai-sdk/perplexity": "^1.1.9",
"@ai-sdk/provider": "^2.0.0",
"@ai-sdk/xai": "^1.2.16",
"@effect/cli": "^0.66.0",
"@effect/platform": "^0.87.0",
"@effect/platform-node": "^0.88.3",
"@js-temporal/polyfill": "^0.5.1",
"@langchain/core": "^0.3.62",
"@langchain/langgraph": "^0.3.6",
"@neondatabase/serverless": "^1.0.1",
"@types/pg": "^8.15.4",
"ai": "^4.3.16",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.44.2",
"effect": "^3.16.9",
"langchain": "^0.3.29",
"liquidjs": "^10.21.1",
"pdf-parse": "^1.1.1",
"pg": "^8.16.2",
"postgres": "^3.4.7"
},
"devDependencies": {
"@effect/language-service": "^0.21.8",
"@types/node": "^24.0.4",
"@types/pdf-parse": "^1.1.5",
"ts-node": "^10.9.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"ultracite": "^5.6.4",
"husky": "^8.0.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
}
}