forked from CrocSwap/CrocSwap-protocol
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
47 lines (47 loc) · 1.45 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
{
"name": "crocswap-protocol",
"version": "0.1.0",
"main": "index.js",
"repository": "[email protected]:CrocSwap/crocswap-protocol.git",
"author": "Douglas R Colkitt <[email protected]>",
"license": "Unlicensed",
"private": true,
"devDependencies": {
"@ethersproject/abi": "^5.0.0",
"@ethersproject/bytes": "^5.0.0",
"@ethersproject/providers": "^5.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@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",
"dotenv": "^16.4.1",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.2.0",
"hardhat": "^2.20.1",
"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-storage-layout": "^0.1.6",
"hardhat-typechain": "^0.3.5",
"prettier": "^3.2.5",
"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",
"@rari-capital/solmate": "^6.4.0",
"hardhat-tracer": "^2.8.0",
"solady": "github:vectorized/solady",
"solidity-code-metrics": "^0.0.19"
}
}