-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.77 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "CallistoDAO",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@alch/alchemy-web3": "^1.2.4",
"@ethereumjs/block": "^5.0.1",
"@ethereumjs/common": "^4.1.0",
"@ethereumjs/tx": "^5.1.0",
"@ethereumjs/vm": "^7.1.0",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@openzeppelin/contracts": "^4.5.0",
"@walletconnect/client": "^1.8.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/types": "^2.10.5",
"@walletconnect/web3-provider": "^1.8.0",
"@web3-onboard/coinbase": "^2.0.0",
"@web3-onboard/core": "^2.2.2",
"@web3-onboard/fortmatic": "^2.0.2",
"@web3-onboard/injected-wallets": "^2.10.9",
"@web3-onboard/react": "^2.8.13",
"@web3-onboard/walletconnect": "^2.5.0",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/ethers5": "^3.3.2",
"@web3modal/react": "^2.7.1",
"@web3modal/wagmi": "^3.3.2",
"chai": "^4.3.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.7.2",
"express": "^4.18.2",
"hardhat": "^2.8.4",
"identicon.js": "^2.3.3",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.30",
"next": "12.1.0",
"node-fetch": "^3.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-tooltip": "^5.25.1",
"viem": "^1.19.9",
"wagmi": "^1.4.7",
"walletconnect": "^1.7.8"
},
"devDependencies": {
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "^10.4.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23"
}
}