tabby/tabby-terminal/package.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2017-04-11 00:22:48 +00:00
{
2021-06-29 21:57:04 +00:00
"name": "tabby-terminal",
2023-04-23 17:22:38 +00:00
"version": "1.0.197-nightly.1",
2021-06-29 21:57:04 +00:00
"description": "Tabby's terminal emulation core",
"keywords": [
2021-06-29 21:57:04 +00:00
"tabby-builtin-plugin"
],
2017-04-11 00:22:48 +00:00
"main": "dist/index.js",
2019-06-06 11:45:15 +00:00
"typings": "typings/index.d.ts",
2017-04-11 00:22:48 +00:00
"scripts": {
2017-04-11 20:45:59 +00:00
"build": "webpack --progress --color --display-modules",
2022-12-28 15:07:37 +00:00
"watch": "webpack --progress --color --watch",
"prepare": "patch-package"
2017-04-11 00:22:48 +00:00
},
2017-06-09 22:29:16 +00:00
"files": [
2023-04-23 15:40:17 +00:00
"dist",
"typings"
2017-06-09 22:29:16 +00:00
],
2017-04-11 00:22:48 +00:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
2020-02-05 10:37:04 +00:00
"ansi-colors": "^4.1.1",
2021-07-13 18:19:28 +00:00
"binstring": "^0.2.1",
"buffer-replace": "^1.0.0",
"cli-spinner": "^0.2.10",
2017-04-11 20:45:59 +00:00
"dataurl": "0.1.0",
2021-07-13 18:19:28 +00:00
"hexer": "^1.5.0",
"ngx-colors": "^3.4.0",
2022-12-28 15:07:37 +00:00
"patch-package": "^6.5.0",
2019-06-07 20:52:41 +00:00
"runes": "^0.4.2",
2023-06-14 21:16:14 +00:00
"xterm": "^5.2.0",
"xterm-addon-canvas": "^0.4.0",
2022-12-28 15:07:37 +00:00
"xterm-addon-fit": "^0.7.0",
2023-06-14 21:16:14 +00:00
"xterm-addon-image": "^0.4.1",
2022-10-21 18:40:44 +00:00
"xterm-addon-ligatures": "^0.6.0",
2023-06-14 21:16:14 +00:00
"xterm-addon-search": "^0.12.0",
"xterm-addon-serialize": "^0.10.0",
2022-12-28 15:07:37 +00:00
"xterm-addon-unicode11": "^0.5.0",
2023-06-14 21:16:14 +00:00
"xterm-addon-webgl": "^0.15.0",
2019-12-31 19:10:37 +00:00
"zmodem.js": "^0.1.9"
2017-04-11 00:22:48 +00:00
},
2017-04-11 20:45:59 +00:00
"peerDependencies": {
2023-04-23 15:57:05 +00:00
"@angular/animations": "^15",
"@angular/common": "^15",
"@angular/core": "^15",
"@angular/forms": "^15",
"@angular/platform-browser": "^15",
"@ng-bootstrap/ng-bootstrap": "^14",
"rxjs": "^7",
2021-06-29 21:57:04 +00:00
"tabby-core": "*",
"tabby-settings": "*"
2019-05-11 19:28:04 +00:00
}
2017-04-11 00:22:48 +00:00
}