mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 15:24:25 +00:00
22 lines
566 B
JSON
22 lines
566 B
JSON
{
|
|
"name": "gotty",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"license-loader": "^0.5.0",
|
|
"ts-loader": "^8.1.0",
|
|
"typescript": "^4.2.4",
|
|
"webpack": "^5.33.2",
|
|
"webpack-cli": "^4.6.0"
|
|
},
|
|
"dependencies": {
|
|
"css-loader": "^5.2.1",
|
|
"libapps": "github:yudai/libapps#release-hterm-1.70",
|
|
"style-loader": "^2.0.0",
|
|
"xterm": "^4.11.0",
|
|
"xterm-addon-fit": "^0.5.0",
|
|
"xterm-addon-web-links": "^0.4.0",
|
|
"xterm-addon-webgl": "^0.10.0"
|
|
}
|
|
}
|