DCIPs/assets/eip-5773/package.json

42 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "eip-5773",
"dependencies": {
"@openzeppelin/contracts": "^4.6.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@openzeppelin/test-helpers": "^0.5.15",
"@primitivefi/hardhat-dodoc": "^0.2.3",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.0",
"@types/node": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"chai": "^4.3.6",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"ethers": "^5.6.9",
"hardhat": "^2.12.2",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-gas-reporter": "^1.0.8",
"prettier": "2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.20",
"solc": "^0.8.9",
"solhint": "^3.3.7",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.8.2",
"typechain": "^8.1.0",
"typescript": "^4.7.4",
"walk-sync": "^3.0.0"
}
}