-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
65 lines (65 loc) · 2.03 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
{
"name": "ghst-staking",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"@ethersproject/hardware-wallets": "^5.6.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts-upgradeable": "^4.5.2",
"@typechain/ethers-v5": "^7.1.0",
"@typechain/hardhat": "^2.3.0",
"@types/jest": "^27.0.2",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"diamond-util": "^1.1.1",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.6.5",
"hardhat": "^2.9.3",
"hardhat-contract-sizer": "^2.0.3",
"husky": "^4.3.8",
"node-hid": "^2.1.1",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.7",
"solidity-coverage": "^0.7.16",
"standard": "^14.3.4",
"truffle-assertions": "^0.9.2",
"ts-node": "^10.2.1",
"typescript": "^4.2.3",
"web3": "^1.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update-dep": "git submodule update --init --remote dep && git add dep && git status -sb"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aavegotchi/ghst-staking.git"
},
"author": "Nick Mudge",
"license": "MIT",
"bugs": {
"url": "https://github.com/aavegotchi/ghst-staking/issues"
},
"homepage": "https://github.com/aavegotchi/ghst-staking#readme",
"dependencies": {
"@aave/core-v3": "^1.13.1",
"@aave/periphery-v3": "^1.10.0",
"@aave/protocol-v2": "^1.0.1",
"@anders-t/ethers-ledger": "^1.0.4",
"@ethersproject/experimental": "^5.6.0",
"@gnosis.pm/safe-core-sdk": "^1.0.0",
"@ledgerhq/hw-transport-node-hid": "^6.20.0",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.7",
"@openzeppelin/contracts": "4.5.0",
"@rari-capital/solmate": "^6.2.0",
"axios": "^0.21.1",
"hardhat-interface-generator": "^0.0.6",
"typechain": "^5.1.2"
}
}