-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.78 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.78 KB
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
{
"name": "@bananapus/deploy-all-v6",
"version": "0.0.11",
"license": "MIT",
"description": "One-shot deployment orchestrator for the Juicebox V6 ecosystem.",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Bananapus/deploy-all-v6"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "forge build"
},
"dependencies": {
"@arbitrum/nitro-contracts": "1.2.1",
"@ballkidz/defifa": "^0.0.21",
"@bananapus/721-hook-v6": "^0.0.32",
"@bananapus/address-registry-v6": "^0.0.17",
"@bananapus/buyback-hook-v6": "^0.0.26",
"@bananapus/core-v6": "^0.0.32",
"@bananapus/omnichain-deployers-v6": "^0.0.24",
"@bananapus/ownable-v6": "^0.0.17",
"@bananapus/permission-ids-v6": "^0.0.16",
"@bananapus/router-terminal-v6": "^0.0.26",
"@bananapus/suckers-v6": "^0.0.22",
"@bananapus/univ4-lp-split-hook-v6": "^0.0.19",
"@bananapus/univ4-router-v6": "^0.0.17",
"@bannynet/core-v6": "^0.0.21",
"@chainlink/contracts": "^1.3.0",
"@chainlink/contracts-ccip": "~1.5.0",
"@croptop/core-v6": "^0.0.31",
"@openzeppelin/contracts": "^5.6.1",
"@openzeppelin/uniswap-hooks": "^1.1.1",
"@prb/math": "^4.1.0",
"@rev-net/core-v6": "^0.0.30",
"@uniswap/permit2": "github:Uniswap/permit2",
"@uniswap/v3-core": "github:Uniswap/v3-core#0.8",
"@uniswap/v3-periphery": "github:Uniswap/v3-periphery#0.8",
"@uniswap/v4-core": "^1.0.2",
"@uniswap/v4-periphery": "^1.0.3",
"base64-sol": "^1.1.0",
"solady": "^0.1.8",
"solmate": "^6.8.0"
},
"devDependencies": {
"@sphinx-labs/plugins": "^0.33.2"
}
}