1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-10 12:16:34 +03:00
tabby/tabby-terminal/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2017-04-11 03:22:48 +03:00
{
2021-06-30 00:57:04 +03:00
"name": "tabby-terminal",
2022-02-07 18:36:20 +03:00
"version": "1.0.171-nightly.3",
2021-06-30 00:57:04 +03:00
"description": "Tabby's terminal emulation core",
"keywords": [
2021-06-30 00:57:04 +03:00
"tabby-builtin-plugin"
],
2017-04-11 03:22:48 +03:00
"main": "dist/index.js",
2019-06-06 14:45:15 +03:00
"typings": "typings/index.d.ts",
2017-04-11 03:22:48 +03:00
"scripts": {
2017-04-11 23:45:59 +03:00
"build": "webpack --progress --color --display-modules",
2017-04-11 03:22:48 +03:00
"watch": "webpack --progress --color --watch"
},
2017-06-10 01:29:16 +03:00
"files": [
"typings"
2017-06-10 01:29:16 +03:00
],
2017-04-11 03:22:48 +03:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
2020-02-05 13:37:04 +03:00
"ansi-colors": "^4.1.1",
2021-07-13 21:19:28 +03:00
"binstring": "^0.2.1",
"buffer-replace": "^1.0.0",
"cli-spinner": "^0.2.10",
2017-04-11 23:45:59 +03:00
"dataurl": "0.1.0",
2021-07-13 21:19:28 +03:00
"hexer": "^1.5.0",
2022-03-16 12:26:34 +03:00
"ngx-colors": "^3.0.4",
2019-06-07 23:52:41 +03:00
"ps-node": "^0.1.6",
"runes": "^0.4.2",
"xterm": "npm:@tabby-gang/xterm@^4.19.0-beta.2",
2022-04-03 15:31:07 +03:00
"xterm-addon-fit": "^0.6.0-beta.8",
"xterm-addon-ligatures": "^0.6.0-beta.14",
"xterm-addon-search": "^0.9.0-beta.18",
"xterm-addon-serialize": "^0.7.0-beta.12",
"xterm-addon-unicode11": "^0.4.0-beta.3",
"xterm-addon-webgl": "^0.12.0-beta.27",
2019-12-31 22:10:37 +03:00
"zmodem.js": "^0.1.9"
2017-04-11 03:22:48 +03:00
},
2017-04-11 23:45:59 +03:00
"peerDependencies": {
"@angular/animations": "^9.1.9",
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.9",
"@angular/forms": "^9.1.11",
"@angular/platform-browser": "^9.1.11",
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
"rxjs": "^6.5.5",
2021-06-30 00:57:04 +03:00
"tabby-core": "*",
"tabby-settings": "*"
2019-05-11 22:28:04 +03:00
}
2017-04-11 03:22:48 +03:00
}