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