-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
33 lines (33 loc) · 910 Bytes
/
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
{
"name": "hardhat-web3-demo",
"version": "1.0.0",
"description": "hardhat demo for web3 flash",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ouhuang_eth",
"license": "MIT",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-web3": "^2.0.0",
"ethers": "^5.7.2",
"hardhat": "^2.13.0",
"web3": "^1.9.0"
},
"dependencies": {
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@openzeppelin/contracts": "^4.8.2",
"@uniswap/v3-core": "^1.0.1",
"axios": "^1.4.0",
"boringcrypto_locla": "file:@boringcrypto",
"dotenv": "^16.0.3",
"hardhat-gas-reporter": "^1.0.9",
"keccak256": "^1.0.6",
"merkletreejs": "^0.3.10",
"p-queue": "^7.3.4",
"sushiswap_local": "file:@sushiswap",
"undici": "^5.22.0"
}
}