mirror of
https://github.com/yudai/gotty.git
synced 2025-12-24 11:20:13 +01:00
17 lines
478 B
JSON
17 lines
478 B
JSON
{
|
|
"devDependencies": {
|
|
"license-loader": "^0.7.0",
|
|
"ts-loader": "^9.1.2",
|
|
"typescript": "^4.4.4",
|
|
"typescript-formatter": "^7.2.2",
|
|
"webpack": "^5",
|
|
"webpack-cli": "^6"
|
|
},
|
|
"dependencies": {
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-web-links": "^0.11.0",
|
|
"@xterm/addon-webgl": "^0.18.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"libapps": "github:yudai/libapps#release-hterm-1.70"
|
|
}
|
|
}
|