forked from 0xfreysa/agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@neondatabase/serverless": "^0.10.3",
"@radix-ui/react-slot": "^1.1.0",
"@rainbow-me/rainbowkit": "^2.2.0",
"@raydium-io/raydium-sdk": "1.3.1-beta.58",
"@solana/web3.js": "^1.95.4",
"@tanstack/react-query": "^5.60.5",
"@wagmi/connectors": "^5.4.0",
"@wagmi/core": "^2.14.6",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"boring-avatars": "^1.11.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.3",
"encoding": "^0.1.13",
"ethers": "^6.13.4",
"framer-motion": "^11.11.17",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"node-telegram-bot-api": "^0.66.0",
"pino-pretty": "^13.0.0",
"postgres": "^3.4.5",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-markdown": "^9.0.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"timeago.js": "^4.0.2",
"twitter-api-v2": "^1.18.2",
"uuid": "^11.0.3",
"viem": "~2.21.45",
"wagmi": "^2.12.33",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"drizzle-kit": "^0.28.1",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.2",
"typescript": "^5"
}
}