-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 887 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
{
"name": "hardhat-project",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-truffle4": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3-legacy": "^2.0.0",
"@openzeppelin/contracts": "^4.3.0",
"@openzeppelin/hardhat-upgrades": "^1.9.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"hardhat": "^2.8.0",
"hardhat-abi-exporter": "^2.2.1",
"truffle": "^5.4.7",
"web3": "^0.20.7"
},
"dependencies": {
"@truffle/hdwallet-provider": "^2.0.0",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"fast-json-stable-stringify": "^2.1.0",
"json-stable-stringify": "^1.0.1",
"json-stringify-safe": "^5.0.1",
"truffle-assertions": "^0.9.2"
}
}