-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.15 KB
/
Copy pathpackage.json
File metadata and controls
104 lines (104 loc) · 3.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
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
{
"name": "perkos-stack",
"version": "1.0.0",
"description": "Standards-compliant x402 Payment Facilitator with Next.js App Router supporting Avalanche, Celo, and Base",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "node --test tests/*.test.cjs",
"migrate:sponsor-addresses": "node scripts/migrate-sponsor-rule-addresses.cjs",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@buildersgarden/siwa": "0.0.24",
"@cosmjs/encoding": "^0.38.1",
"@dynamic-labs-wallet/node": "^0.0.247",
"@dynamic-labs-wallet/node-evm": "^0.0.247",
"@dynamic-labs-wallet/node-svm": "^0.0.247",
"@dynamic-labs/ethereum": "^4.53.1",
"@dynamic-labs/sdk-react-core": "^4.53.1",
"@dynamic-labs/solana": "^4.53.1",
"@farcaster/frame-sdk": "^0.1.12",
"@farcaster/frame-wagmi-connector": "^1.0.0",
"@farcaster/mini-app-solana": "^1.1.1",
"@farcaster/miniapp-sdk": "^0.2.1",
"@farcaster/miniapp-wagmi-connector": "^1.1.0",
"@getpara/ethers-v6-integration": "2.4.0",
"@getpara/react-sdk": "2.4.0",
"@getpara/server-sdk": "2.4.0",
"@getpara/solana-web3.js-v1-integration": "2.4.0",
"@getpara/viem-v2-integration": "^2.4.0",
"@metamask/sdk": "^0.33.0",
"@perkos/contracts-erc8004": "^1.0.1",
"@perkos/contracts-escrow": "^1.0.1",
"@perkos/scheme-deferred": "^1.1.1",
"@perkos/scheme-exact": "^1.1.1",
"@perkos/service-pricing": "^1.0.1",
"@perkos/service-x402": "^1.1.1",
"@perkos/types-x402": "^1.1.1",
"@perkos/util-chains": "^1.1.1",
"@perkos/util-logger": "^1.0.1",
"@perkos/util-x402-headers": "^1.0.1",
"@proof.com/proof-vc-server": "^0.3.1",
"@proof.com/x401-node": "^0.3.0",
"@radix-ui/react-slot": "^1.1.1",
"@solana/web3.js": "1.98.4",
"@stellar/stellar-sdk": "^14.6.1",
"@tanstack/react-query": "5.90.16",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@wagmi/core": "^3.2.1",
"@x402/core": "^2.19.0",
"@x402/fetch": "^2.19.0",
"@x402/stellar": "^2.19.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cosmjs-types": "^0.11.0",
"ethers": "6.16.0",
"firebase": "^12.7.0",
"firebase-admin": "^13.6.0",
"html5-qrcode": "^2.3.8",
"jose": "^6.2.4",
"lucide-react": "^0.468.0",
"next": "15.2.8",
"postcss": "^8.4.49",
"qrcode.react": "^4.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"resend": "^6.6.0",
"sonner": "^2.0.7",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.18",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"viem": "^2.44.1",
"wagmi": "^3.3.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@next/bundle-analyzer": "^16.1.2",
"@types/qrcode.react": "^1.0.5",
"eslint": "^9.15.0",
"eslint-config-next": "15.2.0-canary.30"
},
"keywords": [
"x402",
"payment",
"facilitator",
"avalanche",
"celo",
"base",
"multichain",
"nextjs",
"app-router"
],
"author": "",
"license": "MIT"
}