-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 905 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
{
"name": "farmhero-core",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"compile": "npx hardhat compile"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "^1.7.0",
"@openzeppelin/truffle-upgrades": "^1.6.1",
"@openzeppelin/contracts": "^4.1.0",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@uniswap/lib": "^4.0.1-alpha",
"@uniswap/v2-core": "^1.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.4",
"hardhat": "^2.2.1"
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^2.1.2",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "3.4.0",
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/test-helpers": "^0.5.11",
"dotenv": "^9.0.0"
}
}