generated from lostintangent/codespaces-langchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.01 KB
/
package.json
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
{
"name": "langchain-labs",
"version": "1.0.0",
"description": "This template provides a one-click dev environment for building \"LLM apps\" with [LangChain](https://github.com/hwchase17/langchain), Codespaces, and GPT-3. With it, you'll get [free access](https://github.blog/changelog/2022-11-09-codespaces-for-free-and-pro-accounts/) to a VS Code-based web editor, complete with a fully-configured Python playground, that includes the neccessary SDKs, libraries, and IDE extensions 🐱💻",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@azure/search-documents": "^12.1.0",
"@langchain/community": "0.3.26",
"@langchain/langgraph": "0.2.41",
"@langchain/openai": "0.3.17",
"dotenv": "16.4.5",
"langchain": "0.3.12",
"playwright": "1.50.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/bun": "1.2.0",
"@types/node": "^22.4.0",
"buffer": "^6.0.3",
"parcel": "2.13.3",
"process": "^0.11.10",
"zx": "8.3.0"
}
}