-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 931 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 931 Bytes
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
{
"name": "tg-bot-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.35.0",
"@langchain/anthropic": "^0.3.13",
"@langchain/core": "^0.3.26",
"@langchain/langgraph": "^0.2.36",
"@types/mongodb": "^4.0.7",
"firebase": "^11.3.1",
"framer-motion": "^12.4.11",
"grammy": "^1.33.0",
"langchain": "^0.3.15",
"messages": "link:@langchain/core/messages",
"mongodb": "^6.14.2",
"move-agent-kit": "^0.0.2",
"next": "15.1.3",
"prebuilt": "link:@langchain/langgraph/prebuilt",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}