moved more electron stuff out of tabby-local

This commit is contained in:
Eugene Pankov
2023-03-19 13:20:30 +01:00
parent 35ca7015c8
commit 8cba805522
12 changed files with 207 additions and 179 deletions

View File

@@ -16,16 +16,15 @@
],
"author": "Eugene Pankov",
"license": "MIT",
"dependencies": {
"hasbin": "^1.2.3"
},
"peerDependencies": {
"@angular/core": "^9.1.9",
"tabby-local": "*"
},
"devDependencies": {
"electron-promise-ipc": "^2.2.4",
"ps-node": "^0.1.6",
"tmp-promise": "^3.0.2",
"hasbin": "^1.2.3",
"winston": "^3.3.3"
}
}