Added the xterm dependency to the package.json

This commit is contained in:
2023-06-04 04:40:39 +02:00
parent dbc50326e2
commit efb59462c3
2 changed files with 13 additions and 1 deletions

View File

@ -21,7 +21,9 @@
"react-transition-group": "^4.4.5",
"sass": "^1.62.1",
"socket.io-client": "^4.6.2",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0"
},
"devDependencies": {
"@types/react": "^18.2.8",