tabby/tabby-terminal/package.json

54 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2017-04-11 08:22:48 +08:00
{
2021-06-30 05:57:04 +08:00
"name": "tabby-terminal",
2023-04-24 01:22:38 +08:00
"version": "1.0.197-nightly.1",
2021-06-30 05:57:04 +08:00
"description": "Tabby's terminal emulation core",
"keywords": [
2021-06-30 05:57:04 +08:00
"tabby-builtin-plugin"
],
2017-04-11 08:22:48 +08:00
"main": "dist/index.js",
2019-06-06 19:45:15 +08:00
"typings": "typings/index.d.ts",
2017-04-11 08:22:48 +08:00
"scripts": {
2017-04-12 04:45:59 +08:00
"build": "webpack --progress --color --display-modules",
2022-12-28 23:07:37 +08:00
"watch": "webpack --progress --color --watch",
"prepare": "patch-package"
2017-04-11 08:22:48 +08:00
},
2017-06-10 06:29:16 +08:00
"files": [
2023-04-23 23:40:17 +08:00
"dist",
"typings"
2017-06-10 06:29:16 +08:00
],
2025-06-17 05:13:18 +08:00
"author": "Tabby Developers",
2017-04-11 08:22:48 +08:00
"license": "MIT",
"devDependencies": {
2024-03-12 04:31:54 +08:00
"@xterm/addon-canvas": "^0.6.0",
"@xterm/addon-fit": "^0.9.0",
"@xterm/addon-image": "^0.7.0",
"@xterm/addon-ligatures": "^0.8.0",
"@xterm/addon-search": "^0.14.0",
"@xterm/addon-serialize": "^0.12.0",
"@xterm/addon-unicode11": "^0.7.0",
"@xterm/addon-webgl": "^0.17.0",
"@xterm/xterm": "^5.4.0",
2020-02-05 18:37:04 +08:00
"ansi-colors": "^4.1.1",
2021-07-14 02:19:28 +08:00
"binstring": "^0.2.1",
"buffer-replace": "^1.0.0",
"cli-spinner": "^0.2.10",
2017-04-12 04:45:59 +08:00
"dataurl": "0.1.0",
2021-07-14 02:19:28 +08:00
"hexer": "^1.5.0",
"ngx-colors": "^3.4.0",
2022-12-28 23:07:37 +08:00
"patch-package": "^6.5.0",
2019-06-08 04:52:41 +08:00
"runes": "^0.4.2",
2020-01-01 03:10:37 +08:00
"zmodem.js": "^0.1.9"
2017-04-11 08:22:48 +08:00
},
2017-04-12 04:45:59 +08:00
"peerDependencies": {
2023-04-23 23:57:05 +08: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-30 05:57:04 +08:00
"tabby-core": "*",
"tabby-settings": "*"
2019-05-12 03:28:04 +08:00
}
2017-04-11 08:22:48 +08:00
}