-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.58 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
{
"name": "tmp-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"dev:turbo": "next dev",
"dev:webpack": "next dev --webpack",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.101.0",
"@aztec/bb.js": "4.2.1",
"@coinbase/wallet-sdk": "^4.3.6",
"@ethereum-attestation-service/eas-sdk": "^2.9.0",
"@metamask/connect-evm": "~1.0.0",
"@noir-lang/noir_js": "1.0.0-beta.20",
"@rainbow-me/rainbowkit": "^2.2.11",
"@stellar/freighter-api": "^6.0.1",
"@stellar/stellar-sdk": "^16.0.1",
"@tanstack/react-query": "^5.100.9",
"@tanstack/react-virtual": "^3.13.24",
"@walletconnect/ethereum-provider": "^2.21.1",
"clsx": "^2.1.1",
"ethers": "^6.16.0",
"geist": "^1.7.0",
"lucide-react": "^1.14.0",
"next": "16.2.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"recharts": "^3.8.1",
"socket.io-client": "^4.8.3",
"viem": "^2.48.8",
"wagmi": "^3.6.9",
"zustand": "^5.0.13"
},
"overrides": {
"wagmi": {
"@wagmi/connectors": {
"@coinbase/wallet-sdk": "$@coinbase/wallet-sdk",
"@metamask/connect-evm": "$@metamask/connect-evm",
"@walletconnect/ethereum-provider": "$@walletconnect/ethereum-provider"
}
}
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}