-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.27 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 3.27 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
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
107
108
109
110
{
"name": "bitsaveapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint",
"proxy": "node scripts/proxy-server.js",
"agent": "npx tsx scripts/bizmart-agent.ts",
"start:agent": "npx tsx scripts/agent-server.ts",
"telegram:bot": "npx tsx scripts/telegram-bot.ts",
"heartbeat:bot": "npx tsx scripts/heartbeat.ts"
},
"dependencies": {
"@chainrails/react": "^0.4.4",
"@chainrails/sdk": "^0.3.7",
"@coinbase/onchainkit": "^1.1.2",
"@hassanmojab/react-modern-calendar-datepicker": "^3.1.7",
"@privy-io/react-auth": "^3.11.0",
"@privy-io/wagmi": "^3.0.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-popover": "^1.1.6",
"@rainbow-me/rainbowkit": "^2.2.4",
"@reown/appkit": "^1.7.16",
"@reown/appkit-common": "^1.8.12",
"@reown/appkit-controllers": "^1.8.12",
"@reown/appkit-ui": "^1.8.12",
"@reown/appkit-utils": "^1.8.12",
"@reown/walletkit": "^1.3.0",
"@solana-program/system": "^0.10.0",
"@solana-program/token": "^0.9.0",
"@solana/kit": "^5.0.0",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.86.0",
"@types/marked": "^5.0.2",
"@types/nodemailer": "^7.0.1",
"@types/react-datepicker": "^6.2.0",
"@walletconnect/modal": "^2.7.0",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"emoji-picker-react": "^4.17.4",
"ethereum-identity-kit": "^0.2.53",
"ethers": "^6.15.0",
"framer-motion": "^12.18.1",
"hashconnect": "^3.0.14",
"ignore-loader": "^0.1.2",
"jose": "^6.0.13",
"jspdf": "^4.0.0",
"jspdf-autotable": "^5.0.7",
"lucide-react": "^0.483.0",
"marked": "^16.4.2",
"mongodb": "^6.0.0",
"nanoid": "^5.1.5",
"next": "16.0.10",
"next-intl": "^4.4.0",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.6",
"node-cron": "^4.2.1",
"nodemailer": "^7.0.5",
"null-loader": "^4.0.1",
"openclaw": "^2026.2.6-3",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"react": "18.2.0",
"react-canvas-draw": "^1.2.1",
"react-datepicker": "^8.2.1",
"react-day-picker": "^9.6.3",
"react-dom": "18.2.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-is": "^19.2.3",
"recharts": "^3.6.0",
"sharp": "^0.34.3",
"tailwind-merge": "^3.0.2",
"telegraf": "^4.16.3",
"thread-stream": "^4.0.0",
"viem": "^2.23.13",
"wagmi": "^2.14.15"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^24.10.1",
"@types/node-cron": "^3.0.11",
"@types/react": "^18.2.0",
"@types/react-canvas-draw": "^1.2.4",
"@types/react-dom": "^18.2.0",
"baseline-browser-mapping": "^2.10.0",
"cors": "^2.8.5",
"eslint": "^9",
"eslint-config-next": "^16.0.1",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"tailwindcss": "^4",
"tap": "^21.5.0",
"typescript": "^5",
"why-is-node-running": "^3.2.2"
},
"optionalDependencies": {
"@next/swc-darwin-arm64": "^16.1.3"
}
}