forked from ZrowGz/frax-solidity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.64 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
87
88
89
{
"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": "Frax Finance Team (https://github.com/orgs/FraxFinance)",
"license": "ISC",
"dependencies": {
"@chainlink/contracts": "0.5.1",
"@ethereumjs/common": "^3.0.2",
"@ethereumjs/tx": "^4.0.2",
"@ethersproject/hardware-wallets": "^5.7.0",
"@flashbots/ethers-provider-bundle": "^0.6.0",
"@maticnetwork/maticjs": "^3.5.0",
"@maticnetwork/maticjs-ethers": "^1.0.3",
"@maticnetwork/maticjs-web3": "^1.0.4",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/hardhat-upgrades": "^1.22.0",
"@poanet/solidity-flattener": "^3.0.8",
"@solana/spl-token": "^0.3.6",
"@solana/web3.js": "^1.73.0",
"@truffle/hdwallet-provider": "^2.1.4",
"@types/express": "^4.17.15",
"@types/node": "^18.11.18",
"@types/web3": "^1.2.2",
"@uniswap/sdk-core": "^3.1.0",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.3",
"@uniswap/v3-sdk": "^3.9.0",
"bignumber.js": "^9.1.1",
"bnc-sdk": "^4.6.3",
"chalk": "^4.1.2",
"cross-fetch": "^3.1.5",
"dotenv": "^16.0.3",
"esm": "^3.2.25",
"ethereumjs-tx": "^2.1.2",
"flashbots": "^1.0.0",
"fs-extra": "^11.1.0",
"ganache-core": "^2.13.2",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-spdx-license-identifier": "^2.1.0",
"https": "^1.0.0",
"mathjs": "^11.5.0",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"prb-math": "^2.4.3",
"require-from-string": "^2.0.2",
"solc": "0.8.17",
"to-hex": "0.0.18",
"truffle": "^5.7.1",
"truffle-contract-size": "^2.0.1",
"truffle-hdwallet-provider": "^1.0.6",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"util": "^0.12.5",
"web3-eth-contract": "^1.8.1",
"web3-utils": "^1.8.1",
"ws": "^8.11.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.1.4",
"@nomiclabs/hardhat-truffle5": "^2.0.7",
"@nomiclabs/hardhat-vyper": "^3.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^1.22.0",
"@openzeppelin/test-helpers": "^0.5.16",
"chai": "^4.3.7",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.2",
"hardhat": "^2.12.5",
"hardhat-deploy": "^0.11.22",
"json-loader": "^0.5.7",
"web3": "^1.8.1"
}
}