-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 979 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
{
"name": "idle-batched-mint",
"version": "0.1.0",
"main": "index.js",
"author": "Idle Labs Inc. <[email protected]>",
"license": "Apache License, Version 2.0",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.9",
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.24",
"hardhat": "^2.0.6",
"hardhat-gas-reporter": "^1.0.4",
"web3": "^1.3.1"
},
"dependencies": {
"@ledgerhq/hw-app-eth": "^5.38.0",
"@ledgerhq/hw-transport-node-hid": "^5.38.0",
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/contracts-upgradeable": "^3.3.0",
"@openzeppelin/hardhat-upgrades": "^1.4.3",
"@openzeppelin/upgrades": "^2.8.0"
}
}