forked from bejaxer/Dopex-SSOV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "single-staking-option-vaults",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"hardhat": "hardhat",
"hardhat:kovan": "hardhat --network kovan",
"compile": "hardhat compile",
"size": "hardhat size-contracts",
"test": "hardhat test"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "^1.8.2",
"@openzeppelin/test-helpers": "^0.5.11",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.1.0",
"@types/chai": "^4.2.19",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.4",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.4",
"hardhat": "^2.5",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-deploy": "^0.9.1",
"hardhat-gas-reporter": "^1.0.4",
"mocha": "^9.0.1",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.17",
"solidity-coverage": "^0.7.16",
"ts-node": "^10.0.0",
"typechain": "^5.1.0",
"typescript": "^4.3.4"
},
"dependencies": {
"@openzeppelin/contracts": "4.1.0",
"@openzeppelin/contracts-upgradeable": "4.1.0",
"@uniswap/lib": "4.0.1-alpha",
"@uniswap/v2-core": "1.0.1"
},
"prettier": {
"singleQuote": true
}
}