-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.07 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
{
"dependencies": {
"@chainlink/contracts": "0.0.11",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.3",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-vyper": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/truffle-upgrades": "^1.3.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bn": "^0.2.1",
"dotenv": "^10.0.0",
"eth-gas-reporter": "^0.2.19",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-wallet": "^1.0.1",
"ethers": "^5.0.26",
"ganache-time-traveler": "^1.0.15",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-prettier": "0.0.1",
"prettier": "^2.3.1",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"solidity-coverage": "^0.7.16",
"truffle-assertions": "^0.9.2",
"truffle-contract-size": "^2.0.1",
"web3-eth-accounts": "^1.3.6",
"web3-utils": "^1.3.1"
},
"devDependencies": {
"hardhat": "^2.6.4",
"hardhat-abi-exporter": "^2.2.0",
"hardhat-contract-sizer": "^2.0.3"
}
}