1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-10 12:16:34 +03:00
tabby/app/package.json

55 lines
1.5 KiB
JSON
Raw Normal View History

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"
},
"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": {
2019-03-07 01:46:08 +03:00
"@angular/animations": "7.2.8",
"@angular/common": "7.2.8",
"@angular/compiler": "7.2.8",
"@angular/core": "7.2.8",
"@angular/forms": "7.2.8",
"@angular/platform-browser": "7.2.8",
"@angular/platform-browser-dynamic": "7.2.8",
"@ng-bootstrap/ng-bootstrap": "^4.2.2",
2017-03-20 19:46:25 +03:00
"devtron": "1.4.0",
"electron-config": "2.0.0",
"electron-debug": "^3.0.1",
"electron-is-dev": "1.1.0",
"electron-updater": "^4.0.6",
2019-09-29 16:38:20 +03:00
"fontmanager-redux": "0.4.0",
"js-yaml": "3.13.1",
2019-08-29 23:17:41 +03:00
"keytar": "4.13.0",
"mz": "^2.7.0",
"ngx-toastr": "^10.2.0",
"node-pty": "^0.9.0-beta25",
2019-08-07 16:16:31 +03:00
"npm": "6.9.0",
2017-04-11 23:45:59 +03:00
"path": "0.12.7",
"rxjs": "^6.5.3",
"rxjs-compat": "^6.5.3",
"yargs": "^14.2.0",
"zone.js": "^0.8.29"
2017-06-28 00:35:19 +03:00
},
2018-10-05 21:20:21 +03:00
"optionalDependencies": {
"macos-native-processlist": "^1.0.1",
2019-05-06 15:09:30 +03:00
"windows-blurbehind": "^1.0.1",
"windows-native-registry": "^1.0.14",
"windows-process-tree": "^0.2.4",
"windows-swca": "^2.0.2"
2018-10-05 21:20:21 +03:00
},
2017-06-28 00:35:19 +03:00
"devDependencies": {
2019-08-27 13:10:48 +03:00
"@types/mz": "0.0.32",
"@types/node": "^12.7.12",
2019-08-27 13:10:48 +03:00
"node-abi": "^2.11.0"
2016-12-23 12:06:53 +03:00
}
}