mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
9498b17b98
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/9.1.1/packages/common) 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.0",
|
|
"@angular/common": "9.1.1",
|
|
"@angular/compiler": "9.1.0",
|
|
"@angular/core": "9.1.0",
|
|
"@angular/forms": "9.1.0",
|
|
"@angular/platform-browser": "9.1.0",
|
|
"@angular/platform-browser-dynamic": "9.1.0",
|
|
"@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.2.5",
|
|
"fontmanager-redux": "0.4.0",
|
|
"js-yaml": "3.13.1",
|
|
"keytar": "^5.4.0",
|
|
"mz": "^2.7.0",
|
|
"ngx-toastr": "^12.0.0",
|
|
"node-pty": "^0.10.0-beta2",
|
|
"npm": "6.9.0",
|
|
"path": "0.12.7",
|
|
"rxjs": "^6.5.4",
|
|
"rxjs-compat": "^6.5.4",
|
|
"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"
|
|
}
|
|
}
|