tabby/app/package.json

46 lines
1.2 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": {
2019-03-06 23:46:08 +01: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.0",
2017-03-20 17:46:25 +01:00
"devtron": "1.4.0",
"electron-config": "2.0.0",
"electron-debug": "^3.0.0",
"electron-is-dev": "1.1.0",
"electron-updater": "^4.0.6",
"js-yaml": "3.13.1",
"mz": "^2.7.0",
2018-10-22 16:02:20 +02:00
"ngx-toastr": "^9.1.1",
2017-04-11 22:45:59 +02:00
"path": "0.12.7",
"rxjs": "^6.5.2",
2019-05-31 18:17:41 +02:00
"rxjs-compat": "^6.5.2",
"yargs": "^13.2.4",
"zone.js": "^0.8.29"
2017-06-27 23:35:19 +02:00
},
2018-10-05 20:20:21 +02:00
"optionalDependencies": {
2019-05-06 14:09:30 +02:00
"windows-blurbehind": "^1.0.1",
"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"
2016-12-23 10:06:53 +01:00
}
}