-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (32 loc) · 990 Bytes
/
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
{
"name": "cygnusdao-periphery",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomicfoundation/hardhat-verify": "^1.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-solhint": "^3.0.1",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/mocha": "^9.1.0",
"eslint": "^8.36.0",
"hardhat": "^2.13.0",
"solidity-coverage": "^0.7.22",
"ts-node": ">=8.0.0",
"typechain": "^8.1.0",
"typescript": ">=4.5.0"
},
"dependencies": {
"@anders-t/ethers-ledger": "^1.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@paraswap/sdk": "^6.2.1",
"@uniswap/permit2-sdk": "^1.2.0",
"axios": "^1.4.0",
"chai": "^4.3.7",
"chalk": "4.1.2",
"hardhat-contract-sizer": "^2.8.0",
"mocha": "^10.2.0",
"solhint-plugin-prettier": "^0.0.5"
}
}