forked from cloudflare/agents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.05 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
{
"name": "@cloudflare/agents-x402-example",
"description": "HTTP payment gating using the x402 protocol with Hono middleware",
"private": true,
"type": "module",
"scripts": {
"start": "vite dev",
"deploy": "vite build && wrangler deploy",
"types": "wrangler types env.d.ts --include-runtime false"
},
"dependencies": {
"@cloudflare/kumo": "^2.6.0",
"@phosphor-icons/react": "^2.1.10",
"@x402/core": "^2.17.0",
"@x402/evm": "^2.17.0",
"@x402/fetch": "^2.17.0",
"@x402/hono": "^2.17.0",
"agents": "*",
"hono": "^4.12.27",
"nanoid": "^5.1.16",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"viem": "^2.53.1"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.48.0",
"@cloudflare/workers-types": "^5.20260729.1",
"@tailwindcss/vite": "^4",
"@types/node": "^26.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3",
"vite": "^8.1.0",
"wrangler": "^4.115.0"
}
}