-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
52 lines (52 loc) · 1.66 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
{
"name": "dexalot-contracts",
"version": "4.0.0",
"license": "BUSL-1.1",
"description": "Smart contracts in Solidity for Dexalot Exchange",
"private": true,
"engines": {
"node": "18.16.0"
},
"scripts": {
"clean-networkfiles": "rimraf .openzeppelin/unknown-*.json",
"hh-coverage": "yarn clean-networkfiles && npx hardhat clean && npx hardhat coverage",
"hh-start-clean": "yarn clean-networkfiles && npx hardhat clean && npx hardhat node",
"compile": "yarn hardhat compile"
},
"dependencies": {
"@chainlink/contracts": "0.5.1",
"@defi-wonderland/smock": "2.3.5",
"@ethersproject/experimental": "5.7.0",
"@layerzerolabs/lz-evm-protocol-v2": "2.3.44",
"@layerzerolabs/oapp-evm": "0.0.3",
"@layerzerolabs/oft-evm": "0.0.10",
"@layerzerolabs/toolbox-hardhat": "0.3.7",
"@nomicfoundation/hardhat-foundry": "1.1.2",
"@nomiclabs/hardhat-ethers": "2.2.3",
"@nomiclabs/hardhat-waffle": "2.0.6",
"@openzeppelin/contracts": "4.8.0",
"@openzeppelin/contracts-upgradeable": "4.8.0",
"@openzeppelin/hardhat-upgrades": "1.20.0",
"@typechain/ethers-v5": "11.1.2",
"@typechain/hardhat": "6.1.6",
"@types/chai": "4.3.11",
"@types/mocha": "10.0.6",
"@types/node": "18.11.18",
"bignumber.js": "9.1.2",
"chai": "4.3.7",
"dotenv": "16.4.1",
"ethereum-waffle": "3.4.4",
"ethers": "5.7.2",
"hardhat": "2.22.12",
"hardhat-deploy": "0.12.4",
"keccak256": "1.0.6",
"merkletreejs": "0.3.11",
"neat-csv": "6.0.1",
"rimraf": "3.0.2",
"solidity-coverage": "0.8.13",
"solmate": "6.2.0",
"ts-node": "10.9.2",
"typechain": "8.3.2",
"typescript": "4.9.4"
}
}