-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.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
{
"name": "on-off-ramp-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coinbase/cdp-core": "^0.0.102",
"@coinbase/cdp-hooks": "^0.0.102",
"@coinbase/cdp-react": "^0.0.102",
"@coinbase/cdp-sdk": "^1.21.0",
"@coinbase/cds-web": "^8.66.1",
"@coinbase/onchainkit": "latest",
"@privy-io/react-auth": "^2.6.2",
"@tanstack/react-query": "^5",
"@types/jsonwebtoken": "^9.0.10",
"canvas-confetti": "^1.9.3",
"framer-motion": "^10.18.0",
"jose": "^6.0.11",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.479.0",
"next": "^14.2.24",
"react": "^18",
"react-code-blocks": "^0.1.6",
"react-dom": "^18",
"siwe": "3.0.0",
"viem": "^2.17.4",
"wagmi": "^2.11.0",
"x402-fetch": "^1.2.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/canvas-confetti": "^1.9.0",
"@types/node": "20.17.24",
"@types/react": "18.3.19",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.8.2"
}
}