aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 0ece77699..6c73b5d8d 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
24 "test:watch": "jest --watch", 24 "test:watch": "jest --watch",
25 "lint": "eslint --quiet --fix src", 25 "lint": "eslint --quiet --fix src",
26 "manage-translations": "node ./src/i18n/manage-translations.js", 26 "manage-translations": "node ./src/i18n/manage-translations.js",
27 "prebuild": "gulp build", 27 "prebuild": "preval-build-info-cli && gulp build",
28 "build": "electron-builder", 28 "build": "electron-builder",
29 "rebuild": "electron-rebuild", 29 "rebuild": "electron-rebuild",
30 "commit": "git-cz", 30 "commit": "git-cz",
@@ -179,9 +179,9 @@
179 "gulp": "^4.0.0", 179 "gulp": "^4.0.0",
180 "gulp-babel": "^8.0.0", 180 "gulp-babel": "^8.0.0",
181 "gulp-cli": "^1.2.2", 181 "gulp-cli": "^1.2.2",
182 "gulp-connect": "^5.7.0",
182 "gulp-sass": "^4.1.0", 183 "gulp-sass": "^4.1.0",
183 "gulp-sass-variables": "^1.2.0", 184 "gulp-sass-variables": "^1.2.0",
184 "gulp-connect": "^5.7.0",
185 "hex-rgb": "^3.0.0", 185 "hex-rgb": "^3.0.0",
186 "html-webpack-plugin": "^4.0.0-beta.5", 186 "html-webpack-plugin": "^4.0.0-beta.5",
187 "husky": "^1.1.4", 187 "husky": "^1.1.4",
@@ -193,6 +193,7 @@
193 "node-abi": "^2.26.0", 193 "node-abi": "^2.26.0",
194 "node-sass": "^5.0.0", 194 "node-sass": "^5.0.0",
195 "prettier": "^2.2.1", 195 "prettier": "^2.2.1",
196 "preval-build-info": "^1.0.3",
196 "react-intl-translations-manager": "^5.0.3", 197 "react-intl-translations-manager": "^5.0.3",
197 "terser-webpack-plugin": "^1.2.1", 198 "terser-webpack-plugin": "^1.2.1",
198 "ts-loader": "^5.4.5", 199 "ts-loader": "^5.4.5",