forked from stader-labs/ethx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.47 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": "ethx",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "forge test -v",
"prettier:check": "prettier --check \"(contracts|test|script)/**/*.sol\"",
"prettier:fix": "prettier --write \"(contracts|test|script)/**/*.sol\"",
"lint": "solhint -w 3 'contracts/**/*.sol' 'test/**/*.sol' 'script/**/*.sol'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stader-labs/ethx.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stader-labs/ethx/issues"
},
"homepage": "https://github.com/stader-labs/ethx#readme",
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.0.1",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-solhint": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@typechain/ethers-v5": "^10.1.1",
"@typechain/hardhat": "^6.1.4",
"axios": "^0.28.0",
"hardhat": "^2.9.9",
"prettier": "3.2.5",
"prettier-plugin-solidity": "1.3.1",
"typechain": "^8.1.1",
"solhint": "^4.5.2"
},
"dependencies": {
"@chainlink/contracts": "^0.5.1",
"@openzeppelin/contracts": "^4.8.3",
"@openzeppelin/contracts-upgradeable": "^4.8.0-rc.1",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.3",
"bytes32": "^0.0.3",
"dotenv": "^16.0.3",
"get-random-values": "^2.0.0",
"ssv-keys": "github:bloxapp/ssv-keys"
}
}