2016-12-23 09:06:53 +00:00
|
|
|
{
|
2021-06-29 21:57:04 +00:00
|
|
|
"name": "tabby",
|
2017-04-29 22:25:01 +00:00
|
|
|
"description": "A terminal for a modern age",
|
2021-01-28 20:52:11 +00:00
|
|
|
"private": true,
|
2021-07-01 20:10:12 +00:00
|
|
|
"repository": "https://github.com/Eugeny/tabby",
|
2017-06-09 22:29:16 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Eugene Pankov",
|
|
|
|
"email": "e@ajenti.org"
|
|
|
|
},
|
2018-08-26 15:35:04 +00:00
|
|
|
"main": "dist/main.js",
|
2022-06-02 18:15:30 +00:00
|
|
|
"version": "1.0.0-alpha.1",
|
2017-04-15 13:20:18 +00:00
|
|
|
"scripts": {
|
2021-12-23 10:29:50 +00:00
|
|
|
"postinstall": "patch-package",
|
2017-06-24 13:20:42 +00:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
2017-04-15 13:20:18 +00:00
|
|
|
},
|
2016-12-23 09:06:53 +00:00
|
|
|
"dependencies": {
|
2024-08-03 08:31:19 +00:00
|
|
|
"@electron/remote": "^2",
|
2024-10-18 18:19:41 +00:00
|
|
|
"node-pty": "^1.1.0-beta.14",
|
2021-04-08 20:26:47 +00:00
|
|
|
"any-promise": "^1.3.0",
|
2019-05-24 19:00:52 +00:00
|
|
|
"electron-config": "2.0.0",
|
2021-01-28 20:52:11 +00:00
|
|
|
"electron-debug": "^3.2.0",
|
2021-01-01 21:27:20 +00:00
|
|
|
"electron-promise-ipc": "^2.2.4",
|
2022-08-01 04:01:43 +00:00
|
|
|
"electron-updater": "^5.2.1",
|
2021-06-25 04:03:58 +00:00
|
|
|
"fontmanager-redux": "1.1.0",
|
2022-03-08 05:47:35 +00:00
|
|
|
"glasstron": "0.1.1",
|
2021-05-12 07:28:10 +00:00
|
|
|
"js-yaml": "4.1.0",
|
2022-02-18 04:02:24 +00:00
|
|
|
"keytar": "^7.9.0",
|
2019-05-24 15:47:45 +00:00
|
|
|
"mz": "^2.7.0",
|
2021-02-06 15:45:38 +00:00
|
|
|
"native-process-working-directory": "^1.0.2",
|
2021-01-01 21:27:20 +00:00
|
|
|
"npm": "6",
|
2022-09-26 04:01:55 +00:00
|
|
|
"rxjs": "^7.5.7",
|
2024-10-18 18:19:41 +00:00
|
|
|
"russh": "0.0.3",
|
2021-09-10 04:01:52 +00:00
|
|
|
"source-map-support": "^0.5.20",
|
2021-07-27 07:59:35 +00:00
|
|
|
"v8-compile-cache": "^2.3.0",
|
2023-05-15 21:10:40 +00:00
|
|
|
"yargs": "^17.7.2"
|
2017-06-27 21:35:19 +00:00
|
|
|
},
|
2018-10-05 18:20:21 +00:00
|
|
|
"optionalDependencies": {
|
2021-12-12 13:05:55 +00:00
|
|
|
"@tabby-gang/windows-blurbehind": "^3.0.0",
|
2022-04-06 04:01:35 +00:00
|
|
|
"macos-native-processlist": "^2.1.0",
|
2023-02-26 19:42:31 +00:00
|
|
|
"patch-package": "^6.5.0",
|
2023-07-27 04:54:31 +00:00
|
|
|
"serialport": "11.0.1",
|
2022-02-11 10:02:29 +00:00
|
|
|
"serialport-binding-webserialapi": "^1.0.3",
|
2022-02-14 04:01:45 +00:00
|
|
|
"windows-native-registry": "^3.2.1",
|
2023-02-26 19:43:54 +00:00
|
|
|
"windows-process-tree": "^0.4.0"
|
2018-10-05 18:20:21 +00:00
|
|
|
},
|
2017-06-27 21:35:19 +00:00
|
|
|
"devDependencies": {
|
2023-02-26 19:42:31 +00:00
|
|
|
"@ngx-translate/core": "^14.0.0",
|
2021-07-07 04:01:47 +00:00
|
|
|
"@types/mz": "2.7.4",
|
2023-06-13 04:56:50 +00:00
|
|
|
"@types/node": "20.3.1",
|
2023-07-27 04:54:46 +00:00
|
|
|
"atomically": "^2.0.2",
|
2023-02-26 19:42:31 +00:00
|
|
|
"filesize": "^9",
|
2023-06-07 04:57:43 +00:00
|
|
|
"ngx-filesize": "^3.0.2"
|
2020-11-21 18:53:17 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2021-06-29 21:57:04 +00:00
|
|
|
"tabby-community-color-schemes": "*",
|
|
|
|
"tabby-core": "*",
|
|
|
|
"tabby-electron": "*",
|
|
|
|
"tabby-local": "*",
|
|
|
|
"tabby-plugin-manager": "*",
|
|
|
|
"tabby-serial": "*",
|
|
|
|
"tabby-settings": "*",
|
|
|
|
"tabby-ssh": "*",
|
|
|
|
"tabby-terminal": "*"
|
2021-03-03 19:58:33 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2024-08-03 08:31:19 +00:00
|
|
|
"*/node-abi": "^3",
|
|
|
|
"node-gyp": "^10.0.0"
|
2020-12-24 13:03:14 +00:00
|
|
|
}
|
2016-12-23 09:06:53 +00:00
|
|
|
}
|