tabby/app/package.json

56 lines
1.5 KiB
JSON
Raw Normal View History

2016-12-23 10:06:53 +01:00
{
2017-04-11 22:45:59 +02:00
"name": "terminus",
2017-04-30 00:25:01 +02:00
"description": "A terminal for a modern age",
2018-11-28 21:26:15 +01:00
"repository": "https://github.com/eugeny/terminus",
2017-06-10 00:29:16 +02:00
"author": {
"name": "Eugene Pankov",
"email": "e@ajenti.org"
},
"main": "dist/main.js",
2017-06-20 22:11:08 +02:00
"version": "1.0.0-alpha.1",
2017-04-15 15:20:18 +02:00
"scripts": {
2017-06-24 15:20:42 +02:00
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
2017-04-15 15:20:18 +02:00
},
2016-12-23 10:06:53 +01:00
"dependencies": {
2020-03-30 20:00:27 +02:00
"@angular/animations": "9.1.0",
"@angular/common": "9.1.0",
2020-03-30 20:00:27 +02:00
"@angular/compiler": "9.1.0",
"@angular/core": "9.1.0",
"@angular/forms": "9.1.0",
"@angular/platform-browser": "9.1.0",
"@angular/platform-browser-dynamic": "9.1.0",
"@ng-bootstrap/ng-bootstrap": "^6.0.2",
2017-03-20 17:46:25 +01:00
"devtron": "1.4.0",
"electron-config": "2.0.0",
"electron-debug": "^3.0.1",
"electron-is-dev": "1.1.0",
"electron-updater": "^4.2.5",
2019-09-29 15:38:20 +02:00
"fontmanager-redux": "0.4.0",
"js-yaml": "3.13.1",
"keytar": "^5.4.0",
"mz": "^2.7.0",
"ngx-toastr": "^12.0.0",
"node-pty": "^0.10.0-beta2",
2019-08-07 15:16:31 +02:00
"npm": "6.9.0",
2017-04-11 22:45:59 +02:00
"path": "0.12.7",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.5.4",
"yargs": "^15.3.1",
"zone.js": "^0.10.3"
2017-06-27 23:35:19 +02:00
},
2018-10-05 20:20:21 +02:00
"optionalDependencies": {
"macos-native-processlist": "^1.0.2",
2020-03-01 14:07:02 +01:00
"serialport": "^8.0.7",
2019-05-06 14:09:30 +02:00
"windows-blurbehind": "^1.0.1",
"windows-native-registry": "^1.0.17",
"windows-process-tree": "^0.2.4",
"windows-swca": "^2.0.2"
2018-10-05 20:20:21 +02:00
},
2017-06-27 23:35:19 +02:00
"devDependencies": {
"@types/mz": "0.0.32",
2019-10-26 19:10:52 +02:00
"@types/node": "12.7.12",
"node-abi": "^2.15.0"
2016-12-23 10:06:53 +01:00
}
}