forked from FraxFinance/frax-solidity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.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
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
{
"name": "frax-contracts-dev",
"version": "1.0.0",
"description": "Frax Finance smart contracts and testing",
"main": "src/index.js",
"scripts": {
"test": "npm test",
"tsc": "tsc"
},
"keywords": [
"ethereum",
"frax",
"stablecoin",
"defi"
],
"author": "Travis Moore (github.com/FortisFortuna) & Jason Huan <[email protected]> (github.com/jasonhuan)",
"license": "ISC",
"dependencies": {
"@chainlink/contracts": "0.2.2",
"@ethereumjs/common": "^2.6.0",
"@ethereumjs/tx": "^3.4.0",
"@ethersproject/hardware-wallets": "^5.5.0",
"@flashbots/ethers-provider-bundle": "^0.4.2",
"@openzeppelin/contracts": "^4.4.0",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"@poanet/solidity-flattener": "^3.0.6",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.31.0",
"@truffle/hdwallet-provider": "^2.0.0",
"@types/express": "^4.17.13",
"@types/node": "^16.11.11",
"@types/web3": "^1.2.2",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/v3-core": "^1.0.0",
"@uniswap/v3-sdk": "^3.6.3",
"bignumber.js": "^9.0.1",
"bnc-sdk": "^3.7.0",
"chalk": "^4.1.2",
"dotenv": "^10.0.0",
"esm": "^3.2.25",
"ethereumjs-tx": "^2.1.2",
"flashbots": "^1.0.0",
"ganache-core": "^2.13.2",
"hardhat-contract-sizer": "^2.1.1",
"https": "^1.0.0",
"nodemon": "^2.0.15",
"path": "^0.12.7",
"prb-math": "^2.4.1",
"require-from-string": "^2.0.2",
"solc": "0.8.10",
"to-hex": "0.0.17",
"truffle": "^5.4.23",
"truffle-contract-size": "^2.0.1",
"truffle-hdwallet-provider": "^1.0.17",
"tslib": "^2.3.1",
"typescript": "^4.5.2",
"util": "^0.12.4",
"web3-eth-contract": "^1.6.1",
"web3-utils": "^1.6.1",
"ws": "^8.3.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-truffle5": "^2.0.2",
"@nomiclabs/hardhat-vyper": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"@openzeppelin/test-helpers": "^0.5.15",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"hardhat": "^2.7.0",
"hardhat-deploy": "^0.9.14",
"web3": "^1.6.1"
}
}