forked from LayerZero-Labs/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.37 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "LayerZero-boilerplate",
"license": "MIT",
"files": [
"artifacts/",
"contracts/"
],
"main": "index.js",
"dependencies": {
"@layerzerolabs/lz-sdk": "latest",
"@layerzerolabs/solidity-examples": "latest",
"@layerzerolabs/ua-utils": "latest",
"@nomiclabs/hardhat-etherscan": "3.0.3",
"@openzeppelin/contracts": "^4.4.1",
"cli-ux": "^6.0.9",
"commander": "^9.4.0",
"dotenv": "^10.0.0",
"hardhat": "^2.8.0",
"hardhat-contract-sizer": "^2.1.1",
"hardhat-deploy": "^0.10.5",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"hardhat-gas-reporter": "^1.0.6"
},
"devDependencies": {
"@gnosis.pm/safe-core-sdk": "^2.0.0",
"@gnosis.pm/safe-core-sdk-types": "^1.0.0",
"@gnosis.pm/safe-ethers-lib": "^1.0.0",
"@gnosis.pm/safe-service-client": "1.1.1",
"@layerzerolabs/prettier-plugin-solidity": "^1.0.0-beta.19",
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"chai": "^4.3.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"prettier": "^2.4.1",
"solhint": "^3.3.6",
"solidity-coverage": "^0.7.17",
"ts-node": "^10.8.1",
"typescript": "^4.9.3",
"yaml": "^2.1.3"
}
}