Files
langgraphjs/examples/reflection/package.json
T
Hunter Lovell 1e1ecbbcf8 feat: merge v1 (#1733)
Co-authored-by: Tat Dat Duong <david@duong.cz>
Co-authored-by: Christian Bromann <git@bromann.dev>
Co-authored-by: Nuno Campos <nuno@langchain.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-17 16:34:43 -07:00

29 lines
751 B
JSON

{
"name": "@examples/reflection",
"type": "module",
"private": true,
"devDependencies": {
"@langchain/anthropic": "^1.0.0",
"@langchain/core": "^1.0.1",
"@langchain/groq": "^1.0.0",
"@langchain/langgraph": "workspace:*",
"@langchain/mistralai": "^1.0.0",
"@langchain/ollama": "^1.0.0",
"@langchain/openai": "^1.0.0",
"@langchain/tavily": "^1.0.0",
"@langchain/textsplitters": "^1.0.0",
"@xenova/transformers": "2.17.2",
"cheerio": "^1.0.0",
"chromadb": "^1.8.1",
"d3": "^7.9.0",
"dotenv": "^16.4.5",
"langchain": "^1.0.0-alpha",
"pg": "^8.11.0",
"tslab": "^1.0.22",
"tsx": "^4.19.3",
"uuid": "^10.0.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
}
}