mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-27 06:00:26 +08:00
414966732c
Bumps [node-abi](https://github.com/lgeiger/node-abi) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/lgeiger/node-abi/releases) - [Changelog](https://github.com/electron/node-abi/blob/main/.releaserc.json) - [Commits](https://github.com/lgeiger/node-abi/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: node-abi dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
65 lines
1.7 KiB
JSON
65 lines
1.7 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": {
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"dependencies": {
|
|
"@angular/cdk": "^12.2.9",
|
|
"@electron/remote": "1.2.0",
|
|
"@tabby-gang/node-pty": "^0.11.0-beta.200",
|
|
"any-promise": "^1.3.0",
|
|
"electron-config": "2.0.0",
|
|
"electron-debug": "^3.2.0",
|
|
"electron-promise-ipc": "^2.2.4",
|
|
"electron-updater": "^4.3.9",
|
|
"fontmanager-redux": "1.1.0",
|
|
"glasstron": "0.0.7",
|
|
"js-yaml": "4.1.0",
|
|
"keytar": "^7.7.0",
|
|
"mz": "^2.7.0",
|
|
"native-process-working-directory": "^1.0.2",
|
|
"npm": "6",
|
|
"rxjs": "^7.4.0",
|
|
"source-map-support": "^0.5.20",
|
|
"v8-compile-cache": "^2.3.0",
|
|
"yargs": "^17.1.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"macos-native-processlist": "^2.0.0",
|
|
"serialport": "^9.2.5",
|
|
"windows-blurbehind": "^1.0.1",
|
|
"windows-native-registry": "^3.1.0",
|
|
"windows-process-tree": "^0.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mz": "2.7.4",
|
|
"@types/node": "16.0.1",
|
|
"ngx-filesize": "^2.0.16",
|
|
"node-abi": "^3.3.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|