diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-08 11:17:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 11:17:47 +0100 |
| commit | 5b384487331eaf08031dfe438bb2affa31aafcbb (patch) | |
| tree | 51904c3df8c54cbc5b7aa5832a5bae49d57f7141 /ui/package.json | |
| parent | feat(bash/blesh): hook into BLE_ONLOAD to resolve loading order issue (#2234) (diff) | |
| download | atuin-5b384487331eaf08031dfe438bb2affa31aafcbb.zip | |
feat(gui): runbooks that run (#2233)
* add initial runbooks frontend
* fix buttons, scroll, add shell support to editor
* work
* some tweaks
* wip - run crate
* functioning executable blocks
* handle resizing, killing ptys
* clear properly on stop
* move terminal to its own component, handle lifecycle better
* fix all build issues
* ffs codespelll
* update lockfile
* clippy is needy once more
* only build pty stuff on mac/linux
* vendor pty handling into desktop
* update lockfile
Diffstat (limited to 'ui/package.json')
| -rw-r--r-- | ui/package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ui/package.json b/ui/package.json index 80f57d7f..e3e7a6ed 100644 --- a/ui/package.json +++ b/ui/package.json @@ -10,6 +10,16 @@ "tauri": "tauri" }, "dependencies": { + "@blocknote/core": "^0.14.2", + "@blocknote/mantine": "^0.14.2", + "@blocknote/react": "^0.14.2", + "@codemirror/autocomplete": "^6.16.3", + "@codemirror/commands": "^6.6.0", + "@codemirror/language": "^6.10.2", + "@codemirror/lint": "^6.8.1", + "@codemirror/search": "^6.5.6", + "@codemirror/state": "^6.4.1", + "@codemirror/view": "^6.28.2", "@headlessui/react": "^2.1.1", "@heroicons/react": "^2.1.4", "@radix-ui/react-dialog": "^1.1.1", @@ -21,7 +31,13 @@ "@tanstack/react-virtual": "^3.5.1", "@tauri-apps/api": "2.0.0-beta.13", "@tauri-apps/plugin-http": "2.0.0-beta.5", + "@tauri-apps/plugin-shell": "2.0.0-beta.6", "@tauri-apps/plugin-sql": "2.0.0-beta.5", + "@uiw/codemirror-extensions-langs": "^4.22.2", + "@uiw/react-codemirror": "^4.22.2", + "@xterm/addon-fit": "^0.10.0", + "@xterm/addon-webgl": "^0.18.0", + "@xterm/xterm": "^5.5.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "core": "link:@tauri-apps/api/core", |
