swap-contracts-module/package.json

18 lines
409 B
JSON
Raw Normal View History

2021-01-28 03:27:27 +00:00
{
"name": "hardhat-project",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.2.0",
"ethereum-waffle": "^3.2.2",
"ethers": "^5.0.26",
"hardhat": "^2.0.8"
2021-01-28 11:12:36 +00:00
},
"dependencies": {
2021-02-05 11:57:12 +00:00
"@nomiclabs/hardhat-web3": "^2.0.0",
2021-02-03 04:20:45 +00:00
"@openzeppelin/contracts": "^3.3.0",
2021-02-05 11:57:12 +00:00
"ethers-eip712": "^0.2.0",
"web3": "^1.3.4"
2021-01-28 03:27:27 +00:00
}
}