2016-12-23 12:06:53 +03:00
|
|
|
{
|
2017-04-11 23:45:59 +03:00
|
|
|
"name": "terminus",
|
2017-04-30 01:25:01 +03:00
|
|
|
"description": "A terminal for a modern age",
|
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": {
|
2020-05-02 15:07:54 +03:00
|
|
|
"@angular/animations": "9.1.4",
|
|
|
|
"@angular/common": "9.1.4",
|
|
|
|
"@angular/compiler": "9.1.4",
|
|
|
|
"@angular/core": "9.1.4",
|
|
|
|
"@angular/forms": "9.1.4",
|
|
|
|
"@angular/platform-browser": "9.1.4",
|
|
|
|
"@angular/platform-browser-dynamic": "9.1.4",
|
2020-05-02 15:06:06 +03:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
|
2017-03-20 19:46:25 +03:00
|
|
|
"devtron": "1.4.0",
|
2019-05-24 22:00:52 +03:00
|
|
|
"electron-config": "2.0.0",
|
2019-07-01 07:39:01 +03:00
|
|
|
"electron-debug": "^3.0.1",
|
2019-05-24 19:57:43 +03:00
|
|
|
"electron-is-dev": "1.1.0",
|
2020-04-28 07:21:25 +03:00
|
|
|
"electron-updater": "^4.3.1",
|
2019-09-29 16:38:20 +03:00
|
|
|
"fontmanager-redux": "0.4.0",
|
2019-05-24 18:12:27 +03:00
|
|
|
"js-yaml": "3.13.1",
|
2020-05-02 15:06:13 +03:00
|
|
|
"keytar": "^5.6.0",
|
2019-05-24 18:47:45 +03:00
|
|
|
"mz": "^2.7.0",
|
2020-04-02 07:22:18 +03:00
|
|
|
"ngx-toastr": "^12.0.1",
|
2020-04-16 07:23:09 +03:00
|
|
|
"node-pty": "^0.10.0-beta8",
|
2019-08-07 16:16:31 +03:00
|
|
|
"npm": "6.9.0",
|
2017-04-11 23:45:59 +03:00
|
|
|
"path": "0.12.7",
|
2020-04-03 07:18:12 +03:00
|
|
|
"rxjs": "^6.5.5",
|
2020-04-11 16:05:22 +03:00
|
|
|
"rxjs-compat": "^6.5.5",
|
2020-03-17 00:43:43 +03:00
|
|
|
"yargs": "^15.3.1",
|
2020-03-18 07:19:26 +03:00
|
|
|
"zone.js": "^0.10.3"
|
2017-06-28 00:35:19 +03:00
|
|
|
},
|
2018-10-05 21:20:21 +03:00
|
|
|
"optionalDependencies": {
|
2019-10-28 07:27:35 +03:00
|
|
|
"macos-native-processlist": "^1.0.2",
|
2020-03-01 16:07:02 +03:00
|
|
|
"serialport": "^8.0.7",
|
2019-05-06 15:09:30 +03:00
|
|
|
"windows-blurbehind": "^1.0.1",
|
2019-12-05 07:26:02 +03:00
|
|
|
"windows-native-registry": "^1.0.17",
|
2019-07-24 12:51:26 +03:00
|
|
|
"windows-process-tree": "^0.2.4",
|
2019-05-24 18:14:33 +03:00
|
|
|
"windows-swca": "^2.0.2"
|
2018-10-05 21:20:21 +03:00
|
|
|
},
|
2017-06-28 00:35:19 +03:00
|
|
|
"devDependencies": {
|
2019-11-25 14:10:29 +03:00
|
|
|
"@types/mz": "0.0.32",
|
2019-10-26 20:10:52 +03:00
|
|
|
"@types/node": "12.7.12",
|
2020-05-02 15:14:13 +03:00
|
|
|
"node-abi": "^2.16.0"
|
2016-12-23 12:06:53 +03:00
|
|
|
}
|
|
|
|
}
|