mirror of
https://github.com/yudai/gotty.git
synced 2025-12-24 11:20:13 +01:00
16 lines
426 B
JSON
16 lines
426 B
JSON
{
|
|
"devDependencies": {
|
|
"license-loader": "^0.5.0",
|
|
"ts-loader": "^9.1.2",
|
|
"typescript": "^4.4.4",
|
|
"typescript-formatter": "^7.2.2",
|
|
"webpack": "^5",
|
|
"webpack-cli": "^4.9.2"
|
|
},
|
|
"dependencies": {
|
|
"libapps": "github:yudai/libapps#release-hterm-1.70",
|
|
"xterm": "^4.17",
|
|
"xterm-addon-fit": "^0.5.0",
|
|
"xterm-addon-webgl": "^0.11.4"
|
|
}
|
|
}
|