-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
106 lines (106 loc) · 3.13 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "crypto-agent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.1.4",
"@ai-sdk/deepseek": "^0.1.5",
"@ai-sdk/google": "^1.1.4",
"@ai-sdk/openai": "^1.1.4",
"@ai-sdk/xai": "^1.1.5",
"@azure/cosmos": "^4.2.0",
"@azure/search-documents": "^12.1.0",
"@azure/storage-blob": "^12.26.0",
"@coinbase/coinbase-sdk": "^0.13.0",
"@hellomoon/api": "^1.23.2",
"@jup-ag/api": "^6.0.32",
"@mendable/firecrawl-js": "^1.11.2",
"@mercurial-finance/dynamic-amm-sdk": "^1.1.23",
"@meteora-ag/dlmm": "^1.3.8",
"@orca-so/whirlpools": "^1.0.2",
"@privy-io/react-auth": "^1.98.4",
"@privy-io/server-auth": "^1.17.2",
"@project-serum/anchor": "^0.26.0",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"@raydium-io/raydium-sdk-v2": "0.1.101-alpha",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.98.0",
"@streamflow/stream": "^7.2.0",
"@types/jsdom": "^21.1.7",
"@vercel/analytics": "^1.4.1",
"@xyflow/react": "^12.3.6",
"abitype": "^1.0.8",
"add": "^2.0.6",
"ai": "^4.1.7",
"axios": "^1.7.9",
"bs58": "^6.0.0",
"chart": "^0.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cookies-next": "^5.0.2",
"d3-force": "^3.0.0",
"decimal.js": "^10.4.3",
"dlx": "^0.2.1",
"framer-motion": "^12.4.3",
"helius-sdk": "^1.4.1",
"jsdom": "^25.0.1",
"leva": "^0.9.35",
"lightweight-charts": "^4.2.2",
"lucide-react": "^0.469.0",
"motion": "^11.15.0",
"next": "15.1.2",
"pnpm": "^9.15.1",
"posthog-js": "^1.205.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.7",
"react-syntax-highlighter": "^15.6.1",
"react-textarea-autosize": "^8.5.6",
"recharts": "^2.15.0",
"shadcn": "^2.1.8",
"solana-agent-kit": "^1.2.0",
"swr": "^2.3.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"twitter-api-v2": "^1.19.0",
"viem": "^2.21.56",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/d3-force": "^3.0.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"react-is": "^19.0.0-rc-69d4b800-20241021"
}
}