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