forked from yearn/hardhat-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.44 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "root",
"private": true,
"workspaces": [
"packages/**"
],
"resolutions": {
"@openzeppelin/contracts": "4.3.2"
},
"devDependencies": {
"@codechecks/client": "0.1.12",
"@commitlint/cli": "16.1.0",
"@commitlint/config-conventional": "16.0.0",
"@defi-wonderland/smock": "2.0.7",
"@flashbots/ethers-provider-bundle": "0.4.3",
"@lbertenasco/bonded-stealth-tx": "0.3.1",
"@lbertenasco/y-oracle": "0.1.5",
"@nomiclabs/hardhat-ethers": "npm:[email protected]",
"@nomiclabs/hardhat-etherscan": "3.0.3",
"@nomiclabs/hardhat-waffle": "2.0.2",
"@typechain/ethers-v5": "9.0.0",
"@typechain/hardhat": "4.0.0",
"@types/chai": "4.3.0",
"@types/chai-as-promised": "7.1.4",
"@types/inquirer": "8.2.0",
"@types/lodash": "4.14.178",
"@types/mocha": "9.1.0",
"@types/node": "17.0.13",
"@types/ws": "8.2.2",
"@uniswap/v2-core": "1.0.1",
"@uniswap/v2-periphery": "1.1.0-beta.0",
"aws-sdk": "2.1065.0",
"axios": "0.25.0",
"axios-retry": "3.2.4",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"cross-env": "7.0.3",
"dotenv": "14.3.2",
"ethereum-waffle": "3.4.0",
"ethers": "5.5.4",
"hardhat": "2.9.0",
"hardhat-contract-sizer": "2.5.0",
"hardhat-deploy": "0.10.5",
"hardhat-gas-reporter": "1.0.7",
"hardhat-preprocessor": "0.1.4",
"husky": "7.0.4",
"inquirer": "8.2.0",
"lerna": "4.0.0",
"lodash": "4.17.21",
"mocha": "9.2.0",
"moment": "2.29.1",
"node-pre-gyp": "0.17.0",
"pinst": "2.1.6",
"pm2": "5.1.2",
"prettier": "2.5.1",
"prettier-plugin-solidity": "1.0.0-beta.19",
"sleep-promise": "9.1.0",
"solc-0.8": "npm:[email protected]",
"solhint": "3.3.6",
"solhint-plugin-prettier": "0.0.5",
"solidity-coverage": "0.7.18",
"solidity-docgen": "0.5.16",
"sort-package-json": "1.53.1",
"standard-version": "9.3.2",
"ts-node": "10.4.0",
"tsconfig-paths": "3.12.0",
"typechain": "7.0.0",
"typescript": "4.5.5"
},
"dependencies": {
"@yearn/commons": "file:packages/commons",
"@yearn/contract-utils": "file:packages/contract-utils",
"@yearn/stealth-txs": "file:packages/stealth-txs",
"@yearn/strategies-keep3r": "file:packages/strategies-keep3r",
"@yearn/yswaps": "file:packages/yswaps"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"scripts": {
"prepare": "husky install"
}
}