-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"name": "proofgraph",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"mcp": "tsx packages/proofgraph-mcp/src/index.ts",
"x402:selftest": "tsx scripts/x402-selftest.ts",
"x402:demo": "tsx scripts/x402-demo.ts"
},
"dependencies": {
"@x402/core": "^2.25.0",
"@x402/evm": "^2.25.0",
"@x402/fetch": "^2.25.0",
"@x402/next": "^2.25.0",
"next": "16.3.2",
"react": "19.2.8",
"react-dom": "19.2.8"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.30.0",
"@nomicfoundation/hardhat-ignition": "^3.1.8",
"@nomicfoundation/hardhat-toolbox": "^7.0.0",
"@nomicfoundation/hardhat-toolbox-viem": "^5.0.7",
"@tailwindcss/postcss": "^4",
"@types/node": "^22.20.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.3.2",
"forge-std": "github:foundry-rs/forge-std#v1.9.4",
"hardhat": "^3.14.0",
"tailwindcss": "^4",
"tsx": "^4.23.13",
"typescript": "^5.9.3",
"viem": "^2.55.19",
"zod": "^3.25.76"
},
"type": "module"
}