mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
c4dbd8180d
Bumps [electron-updater](https://github.com/electron-userland/electron-builder) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "terminus",
|
|
"description": "A terminal for a modern age",
|
|
"repository": "https://github.com/eugeny/terminus",
|
|
"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/animations": "9.1.2",
|
|
"@angular/common": "9.1.2",
|
|
"@angular/compiler": "9.1.2",
|
|
"@angular/core": "9.1.2",
|
|
"@angular/forms": "9.1.2",
|
|
"@angular/platform-browser": "9.1.2",
|
|
"@angular/platform-browser-dynamic": "9.1.2",
|
|
"@ng-bootstrap/ng-bootstrap": "^6.0.2",
|
|
"devtron": "1.4.0",
|
|
"electron-config": "2.0.0",
|
|
"electron-debug": "^3.0.1",
|
|
"electron-is-dev": "1.1.0",
|
|
"electron-updater": "^4.3.1",
|
|
"fontmanager-redux": "0.4.0",
|
|
"js-yaml": "3.13.1",
|
|
"keytar": "^5.5.0",
|
|
"mz": "^2.7.0",
|
|
"ngx-toastr": "^12.0.1",
|
|
"node-pty": "^0.10.0-beta8",
|
|
"npm": "6.9.0",
|
|
"path": "0.12.7",
|
|
"rxjs": "^6.5.5",
|
|
"rxjs-compat": "^6.5.5",
|
|
"yargs": "^15.3.1",
|
|
"zone.js": "^0.10.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"macos-native-processlist": "^1.0.2",
|
|
"serialport": "^8.0.7",
|
|
"windows-blurbehind": "^1.0.1",
|
|
"windows-native-registry": "^1.0.17",
|
|
"windows-process-tree": "^0.2.4",
|
|
"windows-swca": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mz": "0.0.32",
|
|
"@types/node": "12.7.12",
|
|
"node-abi": "^2.15.0"
|
|
}
|
|
}
|