mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-09 17:18:46 +03:00
70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"name": "tabby",
|
|
"description": "A terminal for a modern age",
|
|
"private": true,
|
|
"repository": "https://github.com/Eugeny/tabby",
|
|
"author": {
|
|
"name": "Eugene Pankov",
|
|
"email": "e@ajenti.org"
|
|
},
|
|
"main": "dist/main.js",
|
|
"version": "1.0.0-alpha.1",
|
|
"scripts": {
|
|
"postinstall": "patch-package",
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"dependencies": {
|
|
"@electron/remote": "2.0.10",
|
|
"node-pty": "^0.11.0-beta32",
|
|
"any-promise": "^1.3.0",
|
|
"electron-config": "2.0.0",
|
|
"electron-debug": "^3.2.0",
|
|
"electron-promise-ipc": "^2.2.4",
|
|
"electron-updater": "^5.2.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",
|
|
"npm": "6",
|
|
"rxjs": "^7.5.7",
|
|
"source-map-support": "^0.5.20",
|
|
"v8-compile-cache": "^2.3.0",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"@tabby-gang/windows-blurbehind": "^3.0.0",
|
|
"macos-native-processlist": "^2.1.0",
|
|
"patch-package": "^6.5.0",
|
|
"serialport": "11.0.0",
|
|
"serialport-binding-webserialapi": "^1.0.3",
|
|
"windows-native-registry": "^3.2.1",
|
|
"windows-process-tree": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ngx-translate/core": "^14.0.0",
|
|
"@types/mz": "2.7.4",
|
|
"@types/node": "20.3.1",
|
|
"atomically": "^1.7.0",
|
|
"filesize": "^9",
|
|
"ngx-filesize": "^3.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"tabby-community-color-schemes": "*",
|
|
"tabby-core": "*",
|
|
"tabby-electron": "*",
|
|
"tabby-local": "*",
|
|
"tabby-plugin-manager": "*",
|
|
"tabby-serial": "*",
|
|
"tabby-settings": "*",
|
|
"tabby-ssh": "*",
|
|
"tabby-terminal": "*"
|
|
},
|
|
"resolutions": {
|
|
"*/node-abi": "^2.20.0",
|
|
"nan": "github:jkleinsc/nan#remove_accessor_signature"
|
|
}
|
|
}
|