-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.55 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
{
"name": "sovryn-dex",
"version": "0.1.0",
"main": "index.js",
"repository": "[email protected]:DistributedCollective/Sovryn-DEX.git",
"license": "LGPL-3.0-or-later",
"private": true,
"devDependencies": {
"@ethersproject/abi": "^5.0.0",
"@ethersproject/bytes": "^5.0.0",
"@ethersproject/providers": "^5.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@secrez/cryptoenv": "^0.2.4",
"@tenderly/hardhat-tenderly": "^1.0.12",
"@typechain/ethers-v5": "^4.0.0",
"@types/chai": "^4.2.18",
"@types/mocha": "^8.2.2",
"@types/node": "^15.6.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.2.0",
"hardhat": "^2.3.0",
"hardhat-contract-sizer": "^2.1.0",
"hardhat-deploy": "^0.9.1",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"hardhat-ethers": "^1.0.1",
"hardhat-function-signatures": "^0.1.2",
"hardhat-storage-layout": "^0.1.6",
"hardhat-typechain": "^0.3.5",
"node-logs": "^1.1.0",
"sol-merger": "^4.4.1",
"solidity-coverage": "^0.7.20",
"ts-generator": "^0.1.1",
"ts-node": "^10.0.0",
"typechain": "^4.0.1",
"typescript": "^4.3.2"
},
"dependencies": {
"@ethersproject/hardware-wallets": "^5.7.0",
"@nomicfoundation/hardhat-verify": "^1.0.1",
"@openzeppelin/contracts": "^4.9.0",
"@openzeppelin/contracts-upgradeable": "^4.9.0",
"@rari-capital/solmate": "^6.4.0",
"dotenv": "^16.4.5",
"solidity-code-metrics": "^0.0.19"
}
}