introduce opentui keymap as sole key/cmd engine (#26053)
This commit is contained in:
parent
474e311f6f
commit
98f5e6e713
67 changed files with 3889 additions and 3008 deletions
|
|
@ -22,19 +22,24 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@opentui/core": ">=0.2.2",
|
||||
"@opentui/solid": ">=0.2.2"
|
||||
"@opentui/core": ">=0.2.4",
|
||||
"@opentui/keymap": ">=0.2.4",
|
||||
"@opentui/solid": ">=0.2.4"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@opentui/core": {
|
||||
"optional": true
|
||||
},
|
||||
"@opentui/keymap": {
|
||||
"optional": true
|
||||
},
|
||||
"@opentui/solid": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@opentui/core": "catalog:",
|
||||
"@opentui/keymap": "catalog:",
|
||||
"@opentui/solid": "catalog:",
|
||||
"@tsconfig/node22": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue