-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.56 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
{
"name": "sweep",
"version": "1.0.0",
"description": "SWEEP Protocol V1 core smart contracts",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"author": "Sweep Team",
"license": "ISC",
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-truffle5": "^2.0.7",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@openzeppelin/test-helpers": "^0.5.16",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"chai": "^4.3.6",
"ethers": "^5.7.0",
"hardhat": "^2.17.3",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-gas-reporter": "^1.0.9",
"solidity-coverage": "^0.7.22",
"typechain": "^8.1.0",
"web3": "^1.8.0"
},
"dependencies": {
"@balancer-labs/sdk": "^1.1.5",
"@chainlink/contracts": "^0.6.1",
"@layerzerolabs/solidity-examples": "^0.0.10",
"@openzeppelin/contracts": "^4.8.3",
"@prb/math": "^4.0.0",
"@uniswap/v3-core": "github:Uniswap/v3-core#0.8",
"@uniswap/v3-periphery": "github:Uniswap/v3-periphery#0.8",
"abdk-libraries-solidity": "^3.2.0",
"bignumber.js": "^9.1.1",
"dotenv": "^16.0.3",
"hardhat-tracer": "^2.5.1",
"jsbi": "^4.3.0"
}
}