1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 09:27:16 +03:00
tabby/app/package.json

66 lines
1.7 KiB
JSON
Raw Normal View History

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"
},
"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": {
"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": {
"@electron/remote": "2.0.8",
2021-08-24 20:13:49 +03:00
"@tabby-gang/node-pty": "^0.11.0-beta.200",
2021-04-08 23:26:47 +03:00
"any-promise": "^1.3.0",
"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",
"electron-updater": "^5.0.1",
"fontmanager-redux": "1.1.0",
"glasstron": "0.1.1",
"js-yaml": "4.1.0",
"keytar": "^7.9.0",
"mz": "^2.7.0",
"native-process-working-directory": "^1.0.2",
2021-01-02 00:27:20 +03:00
"npm": "6",
"rxjs": "^7.5.5",
"source-map-support": "^0.5.20",
2021-07-27 10:59:35 +03:00
"v8-compile-cache": "^2.3.0",
"yargs": "^17.3.1"
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",
"macos-native-processlist": "^2.1.0",
"serialport": "10.4.0",
2022-02-11 13:02:29 +03:00
"serialport-binding-webserialapi": "^1.0.3",
"windows-native-registry": "^3.2.1",
"windows-process-tree": "^0.3.3"
2018-10-05 21:20:21 +03:00
},
2017-06-28 00:35:19 +03:00
"devDependencies": {
"@types/mz": "2.7.4",
"@types/node": "16.0.1",
"ngx-filesize": "^2.0.16",
"patch-package": "^6.4.7"
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
}