-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 803 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 803 Bytes
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
{
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.4",
"chai": "^4.3.4",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"ethereum-waffle": "^3.3.0",
"hardhat": "^2.6.0",
"hardhat-deploy": "^0.7.0-beta.46",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"openzeppelin-contracts-sol8": "npm:@openzeppelin/contracts@4.2.0"
},
"dependencies": {
"@gnosis.pm/safe-contracts": "^1.3.0",
"@openzeppelin/contracts": "^4.1.0",
"axios": "^0.21.1",
"dotenv": "^10.0.0",
"ethers": "^5.4.1",
"openzeppelin-solidity": "^4.1.0",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.17",
"solhint-plugin-prettier": "^0.0.5"
}
}