-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "tabby-save-output",
"version": "3.1.0",
"description": "Lets you stream console output into a file",
"keywords": [
"tabby-plugin"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@angular/animations": "^7.2.8",
"@angular/common": "^7.2.8",
"@angular/core": "^7.2.8",
"@angular/forms": "^7.2.8",
"@angular/platform-browser": "^7.2.8",
"@ng-bootstrap/ng-bootstrap": "^2.2.0",
"@types/webpack-env": "^1.16.0",
"apply-loader": "^2.0.0",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^5.1.1",
"electron": "^7.0.0",
"ngx-toastr": "^8.8.0",
"node-sass": "^5.0.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"rxjs": "^6.2.1",
"sanitize-filename": "^1.6.3",
"sass-loader": "^11.0.1",
"strip-ansi": "^5.0.0",
"style-loader": "^2.0.0",
"tabby-core": "^1.0.140",
"tabby-electron": "^1.0.140",
"tabby-settings": "^1.0.140",
"tabby-ssh": "^1.0.140",
"tabby-terminal": "^1.0.140",
"typescript": "^4.2.3",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0"
},
"peerDependencies": {
"@angular/core": "^4.0.1"
},
"repository": "eugeny/tabby-save-output"
}