-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 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
{
"name": "1shot-agentkit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3100",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@ai-sdk/openai": "^1.2.1",
"@coinbase/agentkit": "^0.9.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@coinbase/agentkit-vercel-ai-sdk": "^0.1.0",
"@langchain/core": "^0.3.19",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
"@metamask/delegation-toolkit": "0.12.0",
"@solana/web3.js": "^1.98.0",
"@tanstack/react-query": "^5",
"@uxly/1shot-client": "^1.2.7",
"ai": "^4.1.54",
"bs58": "^6.0.0",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^10.0.0",
"viem": "^2.24.1",
"wagmi": "^2.11.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"postcss": "^8",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}