aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json44
1 files changed, 23 insertions, 21 deletions
diff --git a/package.json b/package.json
index fdaa1a7..011b82d 100644
--- a/package.json
+++ b/package.json
@@ -1,16 +1,17 @@
{
"name": "agl-mixer",
"version": "0.0.0",
- "description": "HVAC project for AGL based on html5 technologies",
+ "description": "Mixer for AGL based on html5 technologies",
"scripts": {
"webpack": "webpack",
"build": "webpack",
- "start": "webpack-dev-server"
+ "start": "webpack-dev-server",
+ "generate-grpc": "mkdirp ./src/generated && protoc -I./proto types.proto val.proto --js_out=import_style=commonjs:./src/generated --grpc-web_out=import_style=commonjs,mode=grpcwebtext:./src/generated"
},
- "homepage": "https://github.com/AGL-web-applications/mixer",
+ "homepage": "https://git.automotivelinux.org/apps/html5-mixer",
"repository": {
"type": "git",
- "url": "git@github.com:AGL-web-applications/mixer.git"
+ "url": "https://gerrit.automotivelinux.org/gerrit/apps/html5-mixer"
},
"keywords": [
"agl",
@@ -18,24 +19,25 @@
"automotivegradelinux"
],
"devDependencies": {
- "clean-webpack-plugin": "^1.0.1",
- "copy-webpack-plugin": "^4.6.0",
- "css-loader": "^2.1.0",
- "file-loader": "^4.0.0",
- "html-webpack-plugin": "^3.2.0",
- "image-webpack-loader": "^5.0.0",
- "mini-css-extract-plugin": "^0.5.0",
- "node-sass": "^4.12.0",
- "sass-loader": "^7.1.0",
- "style-loader": "^0.23.1",
- "uglifyjs-webpack-plugin": "^2.1.1",
- "webpack": "^4.29.5",
- "webpack-cli": "^3.2.3",
- "webpack-dev-server": "^3.7.2",
- "zip-webpack-plugin": "^3.0.0"
+ "clean-webpack-plugin": "^4.0.0",
+ "copy-webpack-plugin": "^10.2.4",
+ "css-loader": "^6.7.1",
+ "file-loader": "^6.2.0",
+ "html-webpack-plugin": "^5.5.0",
+ "mini-css-extract-plugin": "^2.6.0",
+ "node-sass": "^7.0.1",
+ "sass-loader": "^12.6.0",
+ "style-loader": "^3.3.1",
+ "uglify-js": "^3.15.4",
+ "webpack": "^5.72.0",
+ "webpack-cli": "^4.9.2",
+ "webpack-dev-server": "^4.8.1"
},
"dependencies": {
- "mustache": "^3.1.0",
- "agl-js-api": "https://github.com/AGL-web-applications/agl-js-api.git#master"
+ "google-protobuf": "^3.21.2",
+ "grpc-web": "^1.5.0",
+ "mustache": "^4.2.0",
+ "protoc-gen-grpc-web": "^1.4.2",
+ "protoc-gen-js": "^3.21.2"
}
}