forked from g0drlc/Eliza-Twitter-AI-Agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.54 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
{
"name": "cdptoolkit",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coinbase/cdp-langchain": "^0.0.9",
"@coinbase/twitter-langchain": "^0.0.6",
"@langchain/community": "^0.3.19",
"@langchain/core": "^0.3.26",
"@langchain/google-genai": "^0.1.6",
"@langchain/langgraph": "^0.2.34",
"@langchain/openai": "^0.3.16",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@sparticuz/chromium": "^131.0.1",
"@upstash/redis": "^1.34.3",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"lucide-react": "^0.469.0",
"next": "^15.1.2",
"node-cron": "^3.0.3",
"puppeteer": "^23.11.1",
"puppeteer-core": "^23.11.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sentiment": "^5.0.2",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"twitter-api-v2": "^1.18.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/next": "^9.0.0",
"@types/node": "^20.17.10",
"@types/node-cron": "^3.0.11",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sentiment": "^5.0.4",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"ignore-loader": "^0.1.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}