forked from DecentralizedClimateFoundation/DCIPs
25 lines
749 B
JSON
25 lines
749 B
JSON
{
|
|
"name": "eip-5633",
|
|
"devDependencies": {
|
|
"@ethersproject/providers": "^5.7.0",
|
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
|
|
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
|
|
"@nomiclabs/hardhat-ethers": "^2.1.1",
|
|
"@nomiclabs/hardhat-etherscan": "^3.1.0",
|
|
"@openzeppelin/contracts": "^4.7.3",
|
|
"@typechain/ethers-v5": "^10.1.0",
|
|
"@typechain/hardhat": "^6.1.2",
|
|
"@types/chai": "^4.3.3",
|
|
"@types/mocha": "^9.1.1",
|
|
"chai": "^4.3.6",
|
|
"ethers": "^5.7.0",
|
|
"hardhat": "^2.11.0",
|
|
"hardhat-gas-reporter": "^1.0.9",
|
|
"solidity-coverage": "^0.7.22",
|
|
"ts-node": "^10.9.1",
|
|
"typechain": "^8.1.0",
|
|
"typescript": "^4.8.3"
|
|
}
|
|
}
|