-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.81 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.81 KB
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
{
"name": "aave-contracts",
"version": "0.0.1",
"license": "GPL-3.0",
"devDependencies": {
"@eth-optimism/smock": "^1.1.10",
"@ethersproject/bignumber": "^5.0.14",
"@latteswap/latteswap-contract-config": "^1.1.0-rc.2",
"@nomiclabs/ethereumjs-vm": "^4.2.2",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^3.4.2",
"@openzeppelin/contracts-upgradeable": "^3.4.2",
"@openzeppelin/hardhat-upgrades": "^1.9.0",
"@typechain/ethers-v5": "^5.0.0",
"@types/chai": "^4.2.15",
"@types/keccak": "^3.0.1",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.28",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"blockchain-addressbook": "^0.21.1",
"chai": "^4.3.0",
"chai-bn": "^0.2.1",
"dotenv": "^8.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"ethereum-waffle": "^3.2.2",
"ethereumjs-util": "^7.0.10",
"ethers": "^5.0.31",
"fp-ts": "^2.11.4",
"hardhat": "2.5.0",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-deploy": "^0.7.0-beta.45",
"hardhat-log-remover": "^2.0.2",
"hardhat-typechain": "^0.3.5",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.17",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"typechain": "^4.0.1",
"typescript": "^4.1.5",
"web3": "^1.7.4"
},
"files": [
"typechain",
"artifacts",
"contracts",
"compiled-typechain"
],
"dependencies": {
"@uniswap/lib": "^4.0.1-alpha",
"@uniswap/v2-core": "^1.0.1",
"keccak": "^3.0.2"
}
}