2016-12-23 17:06:53 +08:00
|
|
|
{
|
2020-11-17 04:33:13 +08:00
|
|
|
"name": "terminus",
|
2017-04-30 06:25:01 +08:00
|
|
|
"description": "A terminal for a modern age",
|
2018-11-29 04:26:15 +08:00
|
|
|
"repository": "https://github.com/eugeny/terminus",
|
2017-06-10 06:29:16 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Eugene Pankov",
|
|
|
|
"email": "e@ajenti.org"
|
|
|
|
},
|
2018-08-26 23:35:04 +08:00
|
|
|
"main": "dist/main.js",
|
2017-06-21 04:11:08 +08:00
|
|
|
"version": "1.0.0-alpha.1",
|
2017-04-15 21:20:18 +08:00
|
|
|
"scripts": {
|
2017-06-24 21:20:42 +08:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
2017-04-15 21:20:18 +08:00
|
|
|
},
|
2016-12-23 17:06:53 +08:00
|
|
|
"dependencies": {
|
2020-12-24 04:45:47 +08:00
|
|
|
"@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",
|
2020-05-02 20:06:06 +08:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
|
2021-01-01 21:30:45 +08:00
|
|
|
"@terminus-term/node-pty": "0.10.0-beta11",
|
2019-05-25 03:00:52 +08:00
|
|
|
"electron-config": "2.0.0",
|
2019-07-01 12:39:01 +08:00
|
|
|
"electron-debug": "^3.0.1",
|
2019-05-25 00:57:43 +08:00
|
|
|
"electron-is-dev": "1.1.0",
|
2021-01-02 05:27:20 +08:00
|
|
|
"electron-promise-ipc": "^2.2.4",
|
2020-12-24 04:45:47 +08:00
|
|
|
"fontmanager-redux": "1.0.0",
|
2020-12-24 23:49:48 +08:00
|
|
|
"glasstron": "0.0.5",
|
2020-05-26 22:52:51 +08:00
|
|
|
"js-yaml": "3.14.0",
|
2020-12-24 04:45:47 +08:00
|
|
|
"keytar": "^7.2.0",
|
2019-05-24 23:47:45 +08:00
|
|
|
"mz": "^2.7.0",
|
2020-04-02 12:22:18 +08:00
|
|
|
"ngx-toastr": "^12.0.1",
|
2021-01-02 05:27:20 +08:00
|
|
|
"npm": "6",
|
2017-04-12 04:45:59 +08:00
|
|
|
"path": "0.12.7",
|
2020-04-03 12:18:12 +08:00
|
|
|
"rxjs": "^6.5.5",
|
2020-07-28 12:20:35 +08:00
|
|
|
"yargs": "^15.4.1",
|
2020-12-24 04:45:47 +08:00
|
|
|
"zone.js": "^0.11.3"
|
2017-06-28 05:35:19 +08:00
|
|
|
},
|
2018-10-06 02:20:21 +08:00
|
|
|
"optionalDependencies": {
|
2020-08-16 02:46:50 +08:00
|
|
|
"macos-native-processlist": "^2.0.0",
|
2020-12-24 04:45:47 +08:00
|
|
|
"serialport": "^9.0.4",
|
2019-05-06 20:09:30 +08:00
|
|
|
"windows-blurbehind": "^1.0.1",
|
2020-08-16 02:46:50 +08:00
|
|
|
"windows-native-registry": "^3.0.0",
|
2020-06-14 22:16:00 +08:00
|
|
|
"windows-process-tree": "^0.2.4"
|
2018-10-06 02:20:21 +08:00
|
|
|
},
|
2017-06-28 05:35:19 +08:00
|
|
|
"devDependencies": {
|
2019-11-25 19:10:29 +08:00
|
|
|
"@types/mz": "0.0.32",
|
2020-12-24 04:45:47 +08:00
|
|
|
"@types/node": "14.14.14",
|
2021-01-02 01:25:54 +08:00
|
|
|
"node-abi": "2.19.3",
|
|
|
|
"source-map-support": "^0.5.19"
|
2020-11-22 02:53:17 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-12-24 21:03:14 +08:00
|
|
|
"terminus-community-color-schemes": "*",
|
2020-11-22 02:53:17 +08:00
|
|
|
"terminus-core": "*",
|
|
|
|
"terminus-plugin-manager": "*",
|
2020-12-24 21:03:14 +08:00
|
|
|
"terminus-serial": "*",
|
|
|
|
"terminus-settings": "*",
|
2020-11-22 02:53:17 +08:00
|
|
|
"terminus-ssh": "*",
|
|
|
|
"terminus-terminal": "*"
|
2020-12-24 21:03:14 +08:00
|
|
|
}
|
2016-12-23 17:06:53 +08:00
|
|
|
}
|