mirror of
https://github.com/langchain-ai/langgraphjs-studio-starter.git
synced 2026-07-01 18:25:52 -04:00
18 lines
428 B
JSON
18 lines
428 B
JSON
{
|
|
"name": "langgraphjs-studio-starter",
|
|
"packageManager": "yarn@1.22.22",
|
|
"dependencies": {
|
|
"@langchain/community": "^0.3.3",
|
|
"@langchain/core": "^0.3.3",
|
|
"@langchain/langgraph": "^0.2.8",
|
|
"@langchain/openai": "^0.3.2",
|
|
"langsmith": "^0.1.55",
|
|
"zod": "^3.23.8",
|
|
"zod-to-json-schema": "^3.23.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/recommended": "^1.0.7",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|