mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
63 lines
1.7 KiB
JSON
63 lines
1.7 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.9",
|
|
"@angular/common": "^9.1.11",
|
|
"@angular/compiler": "^9.1.9",
|
|
"@angular/core": "^9.1.9",
|
|
"@angular/forms": "^9.1.11",
|
|
"@angular/platform-browser": "^9.1.9",
|
|
"@angular/platform-browser-dynamic": "^9.1.9",
|
|
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
|
|
"@terminus-term/node-pty": "0.10.0-beta10",
|
|
"electron-config": "2.0.0",
|
|
"electron-debug": "^3.0.1",
|
|
"electron-is-dev": "1.1.0",
|
|
"electron-promise-ipc": "^2.2.4",
|
|
"fontmanager-redux": "1.0.0",
|
|
"glasstron": "0.0.6",
|
|
"js-yaml": "3.14.0",
|
|
"keytar": "^7.2.0",
|
|
"mz": "^2.7.0",
|
|
"ngx-toastr": "^12.0.1",
|
|
"npm": "6",
|
|
"path": "0.12.7",
|
|
"rxjs": "^6.5.5",
|
|
"yargs": "^15.4.1",
|
|
"zone.js": "^0.11.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"macos-native-processlist": "^2.0.0",
|
|
"serialport": "^9.0.4",
|
|
"windows-blurbehind": "^1.0.1",
|
|
"windows-native-registry": "^3.0.0",
|
|
"windows-process-tree": "^0.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mz": "0.0.32",
|
|
"@types/node": "14.14.14",
|
|
"node-abi": "2.19.3",
|
|
"source-map-support": "^0.5.19"
|
|
},
|
|
"peerDependencies": {
|
|
"terminus-community-color-schemes": "*",
|
|
"terminus-core": "*",
|
|
"terminus-plugin-manager": "*",
|
|
"terminus-serial": "*",
|
|
"terminus-settings": "*",
|
|
"terminus-ssh": "*",
|
|
"terminus-terminal": "*"
|
|
}
|
|
}
|