Add xterm for console support (holy shit this is speedy)

This commit is contained in:
Dane Everitt 2018-07-21 15:20:37 -07:00
parent c2ebf1cbcd
commit a94c6d80f5
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 576 additions and 32 deletions

View file

@ -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",