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",
|
2017-06-20 23:11:08 +03:00
|
|
|
"version": "1.0.0-alpha.1",
|
2017-04-15 16:20:18 +03:00
|
|
|
"scripts": {
|
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": {
|
2021-07-21 23:59:58 +03:00
|
|
|
"@angular/cdk": "^12.1.2",
|
2021-06-17 07:02:46 +03:00
|
|
|
"@electron/remote": "1.2.0",
|
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",
|
2021-06-25 07:03:58 +03:00
|
|
|
"fontmanager-redux": "1.1.0",
|
2021-03-01 23:15:11 +03:00
|
|
|
"glasstron": "0.0.7",
|
2021-05-12 10:28:10 +03:00
|
|
|
"js-yaml": "4.1.0",
|
2021-05-12 10:47:21 +03:00
|
|
|
"keytar": "^7.7.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-06-30 19:32:18 +03:00
|
|
|
"node-pty": "^0.10.1",
|
2021-01-02 00:27:20 +03:00
|
|
|
"npm": "6",
|
2021-07-07 22:00:40 +03:00
|
|
|
"rxjs": "^7.2.0",
|
|
|
|
"source-map-support": "^0.5.19",
|
2021-07-27 10:59:35 +03:00
|
|
|
"v8-compile-cache": "^2.3.0",
|
2021-08-05 07:01:42 +03:00
|
|
|
"yargs": "^17.1.0"
|
2017-06-28 00:35:19 +03:00
|
|
|
},
|
2018-10-05 21:20:21 +03:00
|
|
|
"optionalDependencies": {
|
2020-08-15 21:46:50 +03:00
|
|
|
"macos-native-processlist": "^2.0.0",
|
2021-06-21 07:03:08 +03:00
|
|
|
"serialport": "^9.2.0",
|
2019-05-06 15:09:30 +03:00
|
|
|
"windows-blurbehind": "^1.0.1",
|
2021-07-13 23:20:59 +03:00
|
|
|
"windows-native-registry": "^3.1.0",
|
2021-04-12 07:26:09 +03:00
|
|
|
"windows-process-tree": "^0.3.0"
|
2018-10-05 21:20:21 +03:00
|
|
|
},
|
2017-06-28 00:35:19 +03:00
|
|
|
"devDependencies": {
|
2021-07-07 07:01:47 +03:00
|
|
|
"@types/mz": "2.7.4",
|
2021-07-08 07:01:31 +03:00
|
|
|
"@types/node": "16.0.1",
|
2021-06-18 23:25:40 +03:00
|
|
|
"ngx-filesize": "^2.0.16",
|
2021-07-07 22:00:40 +03:00
|
|
|
"node-abi": "^2.30.0"
|
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": {
|
|
|
|
"*/node-abi": "^2.20.0"
|
2020-12-24 16:03:14 +03:00
|
|
|
}
|
2016-12-23 12:06:53 +03:00
|
|
|
}
|