-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.44 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "crosschain",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.11",
"@pancakeswap/eslint-config-pancake": "^1.2.0",
"@pancakeswap/pancake-swap-lib": "0.0.4",
"@types/chai": "^4.2.21",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.35",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"eslint": "^7.22.0",
"ethereum-waffle": "^3.2.1",
"ethers": "^5.7.2",
"hardhat": "^2.19.5",
"hardhat-abi-exporter": "2.0.6",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.12.1",
"husky": "^7.0.0",
"lerna": "^4.0.0",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.17",
"solidity-coverage": "^0.7.13",
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"web3": "^1.3.6"
},
"dependencies": {
"@axelar-network/axelar-gmp-sdk-solidity": "^5.6.4",
"@chainlink/contracts": "^0.8.0",
"@chainlink/contracts-ccip": "^1.4.0",
"@layerzerolabs/eslint-config-next": "~2.1.27",
"@layerzerolabs/lz-definitions": "~2.1.27",
"@layerzerolabs/lz-evm-messagelib-v2": "~2.1.27",
"@layerzerolabs/lz-evm-oapp-v2": "~2.1.27",
"@layerzerolabs/lz-evm-protocol-v2": "~2.1.27",
"@layerzerolabs/lz-evm-v1-0.7": "~2.1.27",
"@layerzerolabs/lz-v2-utilities": "~2.1.27",
"@layerzerolabs/prettier-config-next": "^2.1.27",
"@layerzerolabs/solhint-config": "^2.1.27",
"@layerzerolabs/test-devtools-evm-foundry": "~0.2.2",
"@layerzerolabs/toolbox-foundry": "~0.1.2",
"@layerzerolabs/toolbox-hardhat": "~0.2.4",
"@openzeppelin-3.2.0/contracts": "npm:@openzeppelin/contracts@3.2.0",
"@openzeppelin-4.5.0/contracts": "npm:@openzeppelin/contracts@4.5.0",
"@openzeppelin-5.0.2/contracts": "npm:@openzeppelin/contracts@5.0.2",
"@uniswap/lib": "4.0.1-alpha",
"hardhat-deploy": "0.12.1",
"hardhat-gas-reporter": "^1.0.10",
"node-fetch": "^3.2.6",
"save": "^2.9.0",
"solidity-bytes-utils": "^0.8.2",
"web3.storage": "^4.2.0"
}
}