tabby/app/package.json

72 lines
2 KiB
JSON
Raw Normal View History

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