-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
86 lines (86 loc) · 2.45 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
86
{
"name": "Bridge Contracts",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/yfii/yvault.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yfii/yvault/issues"
},
"homepage": "https://github.com/yfii/yvault#readme",
"dependencies": {
"@babel/core": "^7.14.6",
"@chainlink/contracts": "0.1.7",
"@ethereumjs/common": "^2.3.1",
"@ethereumjs/tx": "^3.2.1",
"@ethersproject/hardware-wallets": "^5.4.0",
"@flashbots/ethers-provider-bundle": "^0.3.1",
"@openzeppelin/contracts": "^4.1.0",
"@openzeppelin/hardhat-upgrades": "^1.8.2",
"@truffle/hdwallet-provider": "^1.4.0",
"@types/d3-array": "^2.9.0",
"@types/express": "^4.17.12",
"@types/node": "^15.12.2",
"@types/web3": "^1.2.2",
"@uniswap/v3-core": "^1.0.0",
"@urql/core": "^2.1.3",
"apollo-server-express": "^2.25.1",
"bignumber.js": "^9.0.1",
"chalk": "^4.1.1",
"cli-graph": "^3.2.2",
"cli-table": "^0.3.6",
"cors": "^2.8.5",
"crypto-random-string": "^4.0.0",
"d3-array": "^2.12.1",
"dotenv": "^10.0.0",
"esm": "^3.2.25",
"ethereumjs-tx": "^2.1.2",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"flashbots": "^1.0.0",
"ganache-core": "^2.13.2",
"graphql": "^15.5.0",
"hardhat-contract-sizer": "^2.0.3",
"https": "^1.0.0",
"mongoose": "^5.12.13",
"node-fetch": "^2.6.1",
"node-rest-client-promise": "^3.1.1",
"node-telegram-bot-api": "^0.53.0",
"nodemon": "^2.0.7",
"path": "^0.12.7",
"randomcolor": "^0.6.2",
"require-from-string": "^2.0.2",
"seedrandom": "^3.0.5",
"sleep": "^6.3.0",
"solc": "0.8.5",
"to-hex": "0.0.17",
"tslib": "^2.3.0",
"typescript": "^4.3.2",
"util": "^0.12.4",
"web3-eth-contract": "^1.3.6",
"web3-utils": "^1.3.6"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.3",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-vyper": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^1.8.2",
"@openzeppelin/test-helpers": "^0.5.11",
"chai": "^4.3.4",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.3.1",
"hardhat": "^2.6.2",
"hardhat-deploy": "^0.8.11",
"husky": "^6.0.0",
"web3": "^1.3.6"
}
}