-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "hardhat-project",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^1.17.0",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.8",
"git": "^0.1.5",
"hardhat": "^2.9.6",
"hardhat-dependency-compiler": "^1.1.2",
"hardhat-deploy": "^0.11.10",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"hardhat-typechain": "^0.3.5",
"mocha": "^10.0.0",
"solhint": "^3.3.7",
"solidity-coverage": "^0.7.21",
"tender-core": "https://github.com/Tenderize/tender-core.git",
"ts-node": "^10.8.0",
"typechain": "^8.0.0",
"typescript": "^4.7.2"
},
"dependencies": {
"@openzeppelin/contracts": "^4.6.0",
"@uniswap/v3-periphery": "^1.4.1"
}
}