summaryrefslogtreecommitdiffhomepage
path: root/gui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'gui/package.json')
-rw-r--r--gui/package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/package.json b/gui/package.json
index ff29dcbef0..927db17ba9 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -13,10 +13,12 @@
"license": "GPL-3.0",
"dependencies": {
"argv-split": "^2.0.1",
+ "@grpc/grpc-js": "^1.1.2",
"connected-react-router": "^6.8.0",
"d3-geo-projection": "^2.7.0",
"electron-log": "^4.1.1",
"gettext-parser": "^4.0.3",
+ "google-protobuf": "^4.0.0-rc.2",
"history": "^4.6.1",
"jsonrpc-lite": "^2.0.7",
"linux-app-list": "^1.0.1",
@@ -47,6 +49,7 @@
"@types/d3-geo": "^1.11.0",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
+ "@types/google-protobuf": "^3.7.2",
"@types/mkdirp": "^1.0.0",
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.3",
@@ -81,6 +84,8 @@
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"gettext-extractor": "^3.5.2",
+ "grpc-tools": "^1.9.1",
+ "grpc_tools_node_protoc_ts": "^4.1.0",
"gulp": "^4.0.2",
"gulp-inject-string": "^1.1.2",
"gulp-typescript": "^5.0.1",
@@ -94,6 +99,7 @@
"scripts": {
"postinstall": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true electron-builder install-app-deps",
"build": "gulp build",
+ "build-proto": "gulp build-proto",
"lint": "eslint --ext tsx,ts .",
"format": "prettier \"**/*.{js,css,ts,tsx}\" --write",
"develop": "gulp develop",