Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-openlev committed Jan 10, 2024
1 parent 5e52115 commit f72b0ba
Show file tree
Hide file tree
Showing 2 changed files with 10,827 additions and 9,095 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,20 @@
"author": "OpenLeverage Dev",
"license": "ISC",
"dependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.3",
"@openzeppelin/contracts": "^5.0.1",
"chai": "^4.3.7",
"ethers": "^6.9.0",
"hardhat-gas-reporter": "^1.0.9",
"solhint": "^3.6.2",
"web3-utils": "^4.0.5"
},
"bundleDependencies": [],
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@nomicfoundation/hardhat-verify": "^2.0.3",
"@nomiclabs/hardhat-solhint": "^3.0.1",
"@nomiclabs/hardhat-truffle5": "^2.0.7",
"@nomiclabs/hardhat-web3": "^2.0.0",
Expand All @@ -38,6 +41,7 @@
"mocha-logger": "1.0.8",
"prettier": "^3.1.1",
"prettier-plugin-solidity": "^1.2.0",
"solidity-coverage": "^0.8.5",
"truffle-plugin-stdjsonin": "github:mhrsalehi/truffle-plugin-stdjsonin"
}
}
Loading

0 comments on commit f72b0ba

Please sign in to comment.