summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSukanya Pandey <sukapan1@in.ibm.com>2020-05-20 13:02:57 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-09 01:23:38 +0300
commit96f69ca98f92ff64cc50104a70b3978595683c72 (patch)
treeb06a51b88e92f332a49de1cefc6b4d3503dc2144 /package.json
parent55888a1ca827da6247323036947c4ca30f2e9798 (diff)
downloadwebui-vue-96f69ca98f92ff64cc50104a70b3978595683c72.tar.xz
Add code for Serial Over LAN
- The output of serial connection of the hosts on the workstation terminal. - The library used is xterm which will provide the terminal to show the data. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I6000cae42f237fffe216e2079cf2a6c39db236fd
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5482f548..8c90675e 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,10 @@
"vue-i18n": "8.15.3",
"vue-router": "3.1.3",
"vuelidate": "0.7.5",
- "vuex": "3.0.1"
+ "vuex": "3.0.1",
+ "xterm": "4.6.0",
+ "xterm-addon-attach": "0.6.0",
+ "xterm-addon-fit": "0.4.0"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "0.3.0",