mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
46 lines
1.2 KiB
JSON
46 lines
1.2 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": "7.2.8",
|
|
"@angular/common": "7.2.8",
|
|
"@angular/compiler": "7.2.8",
|
|
"@angular/core": "7.2.8",
|
|
"@angular/forms": "7.2.8",
|
|
"@angular/platform-browser": "7.2.8",
|
|
"@angular/platform-browser-dynamic": "7.2.8",
|
|
"@ng-bootstrap/ng-bootstrap": "^4.2.0",
|
|
"devtron": "1.4.0",
|
|
"electron-config": "2.0.0",
|
|
"electron-debug": "^3.0.0",
|
|
"electron-is-dev": "1.1.0",
|
|
"electron-updater": "^4.0.6",
|
|
"js-yaml": "3.13.1",
|
|
"mz": "^2.7.0",
|
|
"ngx-toastr": "^9.1.1",
|
|
"path": "0.12.7",
|
|
"rxjs": "^6.5.2",
|
|
"rxjs-compat": "^6.5.2",
|
|
"yargs": "^13.2.4",
|
|
"zone.js": "^0.8.29"
|
|
},
|
|
"optionalDependencies": {
|
|
"windows-blurbehind": "^1.0.1",
|
|
"windows-swca": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mz": "0.0.32"
|
|
}
|
|
}
|