2016-12-23 12:06:53 +03:00
|
|
|
{
|
2020-11-16 23:33:13 +03:00
|
|
|
"name": "terminus",
|
2017-04-30 01:25:01 +03:00
|
|
|
"description": "A terminal for a modern age",
|
2021-01-28 23:52:11 +03:00
|
|
|
"private": true,
|
2018-11-28 23:26:15 +03:00
|
|
|
"repository": "https://github.com/eugeny/terminus",
|
2017-06-10 01:29:16 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Eugene Pankov",
|
|
|
|
"email": "e@ajenti.org"
|
|
|
|
},
|
2018-08-26 18:35:04 +03:00
|
|
|
"main": "dist/main.js",
|
2017-06-20 23:11:08 +03:00
|
|
|
"version": "1.0.0-alpha.1",
|
2017-04-15 16:20:18 +03:00
|
|
|
"scripts": {
|
2017-06-24 16:20:42 +03:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
2017-04-15 16:20:18 +03:00
|
|
|
},
|
2016-12-23 12:06:53 +03:00
|
|
|
"dependencies": {
|
2021-01-29 00:01:42 +03:00
|
|
|
"@angular/animations": "^11.1.1",
|
|
|
|
"@angular/common": "^11.1.1",
|
|
|
|
"@angular/compiler": "^11.1.1",
|
|
|
|
"@angular/core": "^11.1.1",
|
|
|
|
"@angular/forms": "^11.1.1",
|
|
|
|
"@angular/platform-browser": "^11.1.1",
|
|
|
|
"@angular/platform-browser-dynamic": "^11.1.1",
|
2021-03-20 14:06:10 +03:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^7.0.2",
|
2021-02-13 17:05:29 +03:00
|
|
|
"@terminus-term/node-pty": "0.10.0-terminus.3",
|
2019-05-24 22:00:52 +03:00
|
|
|
"electron-config": "2.0.0",
|
2021-01-28 23:52:11 +03:00
|
|
|
"electron-debug": "^3.2.0",
|
2021-03-10 23:17:42 +03:00
|
|
|
"electron-is-dev": "1.2.0",
|
2021-01-02 00:27:20 +03:00
|
|
|
"electron-promise-ipc": "^2.2.4",
|
2020-12-23 23:45:47 +03:00
|
|
|
"fontmanager-redux": "1.0.0",
|
2021-03-01 23:15:11 +03:00
|
|
|
"glasstron": "0.0.7",
|
2021-01-28 23:52:11 +03:00
|
|
|
"js-yaml": "4.0.0",
|
2021-02-16 07:16:55 +03:00
|
|
|
"keytar": "^7.4.0",
|
2019-05-24 18:47:45 +03:00
|
|
|
"mz": "^2.7.0",
|
2021-02-06 18:45:38 +03:00
|
|
|
"native-process-working-directory": "^1.0.2",
|
2021-03-15 07:23:28 +03:00
|
|
|
"ngx-toastr": "^13.2.1",
|
2021-01-02 00:27:20 +03:00
|
|
|
"npm": "6",
|
2017-04-11 23:45:59 +03:00
|
|
|
"path": "0.12.7",
|
2021-03-02 07:16:46 +03:00
|
|
|
"rxjs": "^6.6.6",
|
2020-07-28 07:20:35 +03:00
|
|
|
"yargs": "^15.4.1",
|
2021-02-24 07:17:15 +03:00
|
|
|
"zone.js": "^0.11.4"
|
2017-06-28 00:35:19 +03:00
|
|
|
},
|
2018-10-05 21:20:21 +03:00
|
|
|
"optionalDependencies": {
|
2020-08-15 21:46:50 +03:00
|
|
|
"macos-native-processlist": "^2.0.0",
|
2021-02-22 07:18:38 +03:00
|
|
|
"serialport": "^9.0.7",
|
2019-05-06 15:09:30 +03:00
|
|
|
"windows-blurbehind": "^1.0.1",
|
2020-08-15 21:46:50 +03:00
|
|
|
"windows-native-registry": "^3.0.0",
|
2020-06-14 17:16:00 +03:00
|
|
|
"windows-process-tree": "^0.2.4"
|
2018-10-05 21:20:21 +03:00
|
|
|
},
|
2017-06-28 00:35:19 +03:00
|
|
|
"devDependencies": {
|
2021-03-10 22:48:21 +03:00
|
|
|
"@types/mz": "2.7.3",
|
2021-03-03 23:37:35 +03:00
|
|
|
"@types/node": "14.14.31",
|
2021-03-08 07:21:17 +03:00
|
|
|
"node-abi": "^2.21.0",
|
2021-01-01 20:25:54 +03:00
|
|
|
"source-map-support": "^0.5.19"
|
2020-11-21 21:53:17 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-12-24 16:03:14 +03:00
|
|
|
"terminus-community-color-schemes": "*",
|
2020-11-21 21:53:17 +03:00
|
|
|
"terminus-core": "*",
|
|
|
|
"terminus-plugin-manager": "*",
|
2020-12-24 16:03:14 +03:00
|
|
|
"terminus-serial": "*",
|
|
|
|
"terminus-settings": "*",
|
2020-11-21 21:53:17 +03:00
|
|
|
"terminus-ssh": "*",
|
|
|
|
"terminus-terminal": "*"
|
2021-03-03 22:58:33 +03:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"*/node-abi": "^2.20.0"
|
2020-12-24 16:03:14 +03:00
|
|
|
}
|
2016-12-23 12:06:53 +03:00
|
|
|
}
|