Skip to content

Commit

Permalink
add packages
Browse files Browse the repository at this point in the history
yuriiNazarenkoTine committed Jul 10, 2024
1 parent a5c991d commit 6c0752b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,8 @@
"@babel/preset-env": "^7.24.4",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
"webpack-cli": "^5.1.4",
"cross-env": "^7.0.3"
},
"dependencies": {
"@xterm/addon-attach": "^0.11.0",
@@ -33,6 +34,12 @@
"@xterm/addon-unicode11": "^0.7.0",
"@xterm/addon-web-links": "^0.10.0",
"@xterm/addon-webgl": "^0.17.0",
"@xterm/xterm": "^5.4.0"
"@xterm/xterm": "^5.4.0",
"decko": "^1.2.0",
"file-saver": "^2.0.5",
"preact": "^10.19.6",
"trzsz": "^1.1.5",
"whatwg-fetch": "^3.6.20",
"zmodem.js": "^0.1.10"
}
}

0 comments on commit 6c0752b

Please sign in to comment.