-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 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
50
51
52
53
54
55
{
"name": "tgt-contracts",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-ledger": "^1.0.3",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@openzeppelin/contracts": "5.0.2",
"@openzeppelin/contracts-upgradeable": "5.0.2",
"@openzeppelin/hardhat-upgrades": "^1.28.0",
"@openzeppelin/test-helpers": "^0.5.16",
"@prb/math": "^4.0.1",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
"@uniswap/universal-router": "^1.6.0",
"@uniswap/v3-periphery": "^1.4.4",
"ansi-regex": ">=5.0.1",
"catapulta": "^0.3.3",
"chai": "^4.3.4",
"dotenv": "^16.4.5",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.7.2",
"hardhat": "^2.22.3",
"hardhat-gas-reporter": "^1.0.10",
"mem": ">=4.0.0",
"merkletreejs": "^0.2.24",
"solhint": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
"scripts": {
"clean": "hardhat clean",
"build": "hardhat compile",
"test": "hardhat test"
},
"resolutions": {
"glob-parent": "^5.1.2",
"underscore": "^1.12.1",
"node-fetch": "^2.6.1",
"ansi-regex": "^5.0.1",
"yargs-parser": "^13.1.2",
"mem": "^4.0.0",
"lodash": "^4.17.21"
},
"dependencies": {
"@summa-tx/memview-sol": "^2.1.2",
"@tenderly/hardhat-tenderly": "^2.2.2",
"cross-fetch": "^4.0.0",
"web3": "1.8.2"
}
}