-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1002 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 1002 Bytes
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
{
"name": "solidity-image",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@aave/protocol-v2": "^1.0.1",
"@balancer-labs/v2-deployments": "^2.3.0",
"@balancer-labs/v2-pool-utils": "^2.0.1",
"@balancer-labs/v2-pool-weighted": "^2.0.1",
"@balancer-labs/v2-solidity-utils": "^2.0.0",
"@balancer-labs/v2-standalone-utils": "^2.0.0",
"@balancer-labs/v2-vault": "^2.0.0",
"@chainlink/contracts": "^0.2.1",
"@codewars/mocha-reporter": "^1.0.0",
"@enzymefinance/contracts": "^3.0.1",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.2.0",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-core": "^1.0.0",
"@uniswap/v3-periphery": "^1.1.1",
"chai": "^4.2.0",
"ethereum-waffle": "^3.4.0",
"ethers": "5.4.5",
"hardhat": "^2.6.0"
}
}