-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.41 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": "solace-protocol",
"license": "GNU Affero General Public License v3.0",
"scripts": {
"build": "waffle",
"compile": "npx hardhat compile",
"test": "npx hardhat test"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@typechain/ethers-v5": "^2.0.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^8.2.3",
"@types/node": "^16.4.14",
"bignumber.js": "^9.0.2",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethereumjs-util": "^7.1.0",
"ethers": "^5.4.4",
"hardhat": "^2.6.2",
"hardhat-abi-exporter": "^2.8.0",
"hardhat-contract-sizer": "^2.4.0",
"hardhat-gas-reporter": "^1.0.7",
"hardhat-typechain": "^0.3.5",
"solc-0.8": "npm:[email protected]",
"solhint": "^3.3.6",
"solidity-coverage": "^0.7.18",
"solidity-docgen": "^0.5.16",
"ts-generator": "^0.1.1",
"ts-node": "^10.2.0",
"typechain": "^3.0.0",
"typescript": "^4.3.5",
"web3": "^1.7.0"
},
"dependencies": {
"@ethersproject/hardware-wallets": "^5.5.0",
"@openzeppelin/contracts": "^4.3.2",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@openzeppelin/hardhat-upgrades": "^1.13.0",
"@uniswap/v3-core": "^1.0.0",
"@uniswap/v3-periphery": "^1.1.1",
"axios": "^0.27.2",
"dotenv": "^10.0.0"
}
}