aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/package.json b/package.json
index 4c8c82e2b..9705475be 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,8 @@
34 "update-submodules": "git submodule update --remote --force && git add .", 34 "update-submodules": "git submodule update --remote --force && git add .",
35 "prepare-code": "npm run update-submodules && npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding", 35 "prepare-code": "npm run update-submodules && npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding",
36 "build-theme-info": "node src/scripts/build-theme-info.js", 36 "build-theme-info": "node src/scripts/build-theme-info.js",
37 "link-readme": "node src/scripts/link-readme.js" 37 "link-readme": "node src/scripts/link-readme.js",
38 "minify-images": "./scripts/minify-images.sh"
38 }, 39 },
39 "keywords": [], 40 "keywords": [],
40 "author": "Amine Mouafik <amine@mouafik.fr>", 41 "author": "Amine Mouafik <amine@mouafik.fr>",
@@ -145,6 +146,7 @@
145 "@types/classnames": "^2.2.6", 146 "@types/classnames": "^2.2.6",
146 "@types/color": "3.0.0", 147 "@types/color": "3.0.0",
147 "@types/color-convert": "^1.9.0", 148 "@types/color-convert": "^1.9.0",
149 "@types/fs-extra": "7.0.0",
148 "@types/jss": "^9.5.7", 150 "@types/jss": "^9.5.7",
149 "@types/lodash": "4.14.149", 151 "@types/lodash": "4.14.149",
150 "@types/react": "16.9.13", 152 "@types/react": "16.9.13",
@@ -159,8 +161,8 @@
159 "cross-env": "^5.0.5", 161 "cross-env": "^5.0.5",
160 "cz-conventional-changelog": "2.1.0", 162 "cz-conventional-changelog": "2.1.0",
161 "dotenv": "^4.0.0", 163 "dotenv": "^4.0.0",
162 "electron": "9.0.3", 164 "electron": "9.3.2",
163 "electron-builder": "22.4.1", 165 "electron-builder": "22.8.1",
164 "electron-notarize": "0.2.1", 166 "electron-notarize": "0.2.1",
165 "electron-rebuild": "1.11.0", 167 "electron-rebuild": "1.11.0",
166 "eslint": "5.10.0", 168 "eslint": "5.10.0",
@@ -180,6 +182,7 @@
180 "hex-rgb": "3.0.0", 182 "hex-rgb": "3.0.0",
181 "html-webpack-plugin": "4.0.0-beta.5", 183 "html-webpack-plugin": "4.0.0-beta.5",
182 "husky": "^1.1.4", 184 "husky": "^1.1.4",
185 "imagemin-cli": "6.0.0",
183 "jest": "24.9.0", 186 "jest": "24.9.0",
184 "kebab-case": "1.0.0", 187 "kebab-case": "1.0.0",
185 "lerna": "3.19.0", 188 "lerna": "3.19.0",