chore: added missing xterm packages
Signed-off-by: mellobacon <mellodev@outlook.com>
mellobacon committed
Feb 2, 2024 at 16:57 UTC
052cda8c3ae21a49ff162b705688aa8281f1828c
1 file changed
+3
-1
package.json
+3
-1
@@ -21,7 +21,9 @@
21
"svelte-splitpanes": "^0.7.13",
22
"tauri-plugin-fs-watch-api": "https://github.com/tauri-apps/tauri-plugin-fs-watch",
23
"tauri-plugin-log-api": "https://github.com/tauri-apps/tauri-plugin-log#v1",
24
- "tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#v1"
24
+ "tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#v1",
25
+ "xterm": "^5.3.0",
26
+ "xterm-addon-fit": "^0.8.0"
27
},
28
"devDependencies": {
29
"@sveltejs/vite-plugin-svelte": "^2.0.4",