-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "airdrop-builder",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"@rainbow-me/rainbowkit": "^2.0.1",
"@tanstack/react-query": "^5.18.1",
"antd": "^5.15.0",
"dotenv": "^16.4.5",
"ethers": "^5.7.2",
"merkletreejs": "^0.3.11",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.7.3",
"wagmi": "^2.5.5"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@typechain/ethers-v5": "^10.2.1",
"@typechain/hardhat": "^6.1.6",
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.22",
"@types/react": "^18.2.43",
"babel-plugin-import": "^1.13.8",
"chai": "^4.4.1",
"eslint": "^8.15.0",
"eslint-config-next": "^14.0.4",
"hardhat": "^2.21.0",
"hardhat-gas-reporter": "^1.0.10",
"solidity-coverage": "^0.8.10",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.4.2"
}
}