From 5b384487331eaf08031dfe438bb2affa31aafcbb Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 8 Jul 2024 11:17:47 +0100 Subject: 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 --- ui/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ui/package.json') 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", -- cgit v1.3.1