-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.31 KB
/
package.json
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
{
"name": "multi-donate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@axelar-network/axelarjs-sdk": "^0.13.6",
"@metamask/detect-provider": "^2.0.0",
"@metamask/sdk": "^0.6.2",
"@notifi-network/notifi-react-card": "0.58.0",
"@rainbow-me/rainbowkit": "^1.0.11",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@walletconnect/client": "^1.8.0",
"@web3auth/base": "^7.0.1",
"@web3auth/metamask-adapter": "^7.0.1",
"@web3auth/modal": "^7.0.2",
"@web3auth/torus-evm-adapter": "^7.0.1",
"@web3auth/torus-wallet-connector-plugin": "^7.0.1",
"@web3auth/wallet-connect-v2-adapter": "^7.0.2",
"@xmtp/react-sdk": "^2.2.6",
"@xmtp/xmtp-js": "^11.2.0",
"autoprefixer": "10.4.15",
"clsx": "^2.0.0",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"ethers": "^6.4.0",
"next": "13.4.19",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.3",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"viem": "^1.10.9",
"wagmi": "^1.4.1",
"web3": "^4.1.1"
},
"devDependencies": {
"zlib-browserify": "^0.0.3"
}
}