-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregistry.config.json
More file actions
61 lines (61 loc) · 1.83 KB
/
registry.config.json
File metadata and controls
61 lines (61 loc) · 1.83 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
52
53
54
55
56
57
58
59
60
61
{
"name": "nexus-elements",
"namespace": "nexus-elements",
"homepage": "https://elements.nexus.availproject.org",
"baseUrl": "https://elements.nexus.availproject.org/r",
"registryPath": "registry/nexus-elements",
"outputPath": "registry.json",
"peerDependencies": ["react", "react-dom"],
"pinnedDependencies": {
"@avail-project/nexus-core": "1.2.0"
},
"aliases": {
"@/lib/utils": "lib/utils.ts",
"@/components/ui": "registry/nexus-elements/ui",
"@/components": "registry/nexus-elements"
},
"targetPrefix": "components",
"libTarget": "lib",
"componentOverrides": {
"fast-bridge": {
"title": "Fast Bridge",
"description": "A simple component built with Nexus to enable cross chain bridging"
},
"transfer": {
"title": "Fast Transfer",
"description": "A simple component built with Nexus to enable cross chain transfer"
},
"nexus": {
"name": "nexus-provider",
"title": "Nexus Provider",
"description": "Shared Nexus SDK provider and types for Nexus Elements"
},
"deposit": {
"title": "Deposit",
"description": "A simple component built with Nexus to enable deposits"
},
"swaps": {
"title": "Swaps",
"description": "Swap tokens across chains (Exact In)"
},
"unified-balance": {
"title": "Unified Balance",
"description": "A simple component built with Nexus to display unified balance"
},
"view-history": {
"title": "View History",
"description": "A simple component built with Nexus to display view history"
},
"all": {
"title": "All Elements",
"description": "Install all Nexus Elements in one command"
},
"utils": {
"title": "Utils (cn)",
"description": "Utility helpers used by UI components"
},
"common": {
"skip": true
}
}
}