-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.27 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
{
"name": "strategy-router",
"scripts": {
"test": "hardhat test"
},
"devDependencies": {
"@chainlink/contracts": "^0.5.1",
"@defi-wonderland/smock": "^2.3.4",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/hardhat-upgrades": "^1.19.0",
"@openzeppelin/test-helpers": "^0.5.16",
"@uniswap/sdk-core": "^3.2.2",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.3",
"@uniswap/v3-sdk": "^3.9.0",
"bignumber.js": "^9.1.1",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"ethers": "^5.6.4",
"hardhat": "^2.17.4",
"hardhat-contract-sizer": "^2.5.1",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.8.2",
"solidity-docgen": "^0.6.0-beta.10",
"typescript": "^4.5.5",
"web3-utils": "^1.8.2"
},
"engines": {
"npm": ">=6.14.0",
"node": ">=14.15.0"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"@spherex-xyz/contracts": "^0.0.1",
"hardhat-tracer": "^2.4.0"
}
}