-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.14 KB
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
{
"devDependencies": {
"@chainlink/contracts": "^0.6.1",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.1",
"@nomicfoundation/hardhat-ethers": "^3.0.3",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-ganache": "^2.0.1",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/hardhat-upgrades": "^2.0.1",
"@typechain/ethers-v6": "^0.4.0",
"@typechain/hardhat": "^8.0.0",
"@types/mocha": "^10.0.10",
"big-integer": "^1.6.51",
"chai": "^4.3.7",
"dotenv": "^16.3.1",
"ether": "^0.0.9",
"ethers": "^6.6.3",
"hardhat": "^2.16.1",
"hardhat-deploy": "^0.12.0",
"hardhat-gas-reporter": "^1.0.8",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"solidity-coverage": "^0.8.4",
"ts-node": "^10.9.2",
"typechain": "^8.2.0",
"typescript": "^5.7.2"
}
}