Add xterm for console support (holy shit this is speedy)
This commit is contained in:
parent
c2ebf1cbcd
commit
a94c6d80f5
5 changed files with 576 additions and 32 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "pterodactyl-panel",
|
||||
"dependencies": {
|
||||
"cssnano": "^4.0.3",
|
||||
"date-fns": "^1.29.0",
|
||||
"socket.io-client": "^2.1.1",
|
||||
"vee-validate": "^2.1.0-beta.2",
|
||||
|
@ -9,7 +10,8 @@
|
|||
"vue-router": "^3.0.1",
|
||||
"vuex": "^3.0.1",
|
||||
"vuex-i18n": "^1.10.5",
|
||||
"vuex-router-sync": "^5.0.0"
|
||||
"vuex-router-sync": "^5.0.0",
|
||||
"xterm": "^3.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0-beta.49",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue