aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/package.json b/package.json
index 524a445f1..6bc86ea6d 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
25 "dev": "cross-env NODE_ENV=development gulp dev", 25 "dev": "cross-env NODE_ENV=development gulp dev",
26 "test": "jest", 26 "test": "jest",
27 "test:watch": "jest --watch", 27 "test:watch": "jest --watch",
28 "lint": "eslint --quiet --fix src", 28 "lint": "eslint \"{src,packages,uidev}/**/*.{js,jsx,ts,tsx}\" --quiet --fix",
29 "manage-translations": "node ./src/i18n/manage-translations.js", 29 "manage-translations": "node ./src/i18n/manage-translations.js",
30 "prebuild": "preval-build-info-cli && gulp build", 30 "prebuild": "preval-build-info-cli && gulp build",
31 "build": "electron-builder", 31 "build": "electron-builder",
@@ -156,6 +156,8 @@
156 "@types/react": "16.14.6", 156 "@types/react": "16.14.6",
157 "@types/react-dom": "16.9.13", 157 "@types/react-dom": "16.9.13",
158 "@types/uuid": "3.4.9", 158 "@types/uuid": "3.4.9",
159 "@typescript-eslint/eslint-plugin": "4.28.5",
160 "@typescript-eslint/parser": "4.28.5",
159 "all-contributors-cli": "6.20.0", 161 "all-contributors-cli": "6.20.0",
160 "babel-loader": "8.2.2", 162 "babel-loader": "8.2.2",
161 "babel-plugin-react-intl": "3.5.1", 163 "babel-plugin-react-intl": "3.5.1",
@@ -169,11 +171,14 @@
169 "electron-rebuild": "2.3.5", 171 "electron-rebuild": "2.3.5",
170 "eslint": "7.31.0", 172 "eslint": "7.31.0",
171 "eslint-config-airbnb": "18.2.1", 173 "eslint-config-airbnb": "18.2.1",
174 "eslint-config-airbnb-typescript": "12.3.1",
175 "eslint-config-prettier": "8.3.0",
172 "eslint-plugin-import": "2.23.4", 176 "eslint-plugin-import": "2.23.4",
173 "eslint-plugin-jest": "24.4.0", 177 "eslint-plugin-jest": "24.4.0",
174 "eslint-plugin-jsx-a11y": "6.4.1", 178 "eslint-plugin-jsx-a11y": "6.4.1",
179 "eslint-plugin-prettier": "3.4.0",
175 "eslint-plugin-react": "7.24.0", 180 "eslint-plugin-react": "7.24.0",
176 "eslint-webpack-plugin": "2.5.4", 181 "eslint-plugin-react-hooks": "4.2.0",
177 "expect.js": "0.3.1", 182 "expect.js": "0.3.1",
178 "gulp": "4.0.0", 183 "gulp": "4.0.0",
179 "gulp-babel": "8.0.0", 184 "gulp-babel": "8.0.0",
@@ -196,8 +201,6 @@
196 "sass": "1.36.0", 201 "sass": "1.36.0",
197 "terser-webpack-plugin": "1.4.5", 202 "terser-webpack-plugin": "1.4.5",
198 "ts-loader": "5.4.5", 203 "ts-loader": "5.4.5",
199 "tslint": "5.20.1",
200 "tslint-config-airbnb": "5.11.2",
201 "typescript": "3.9.10", 204 "typescript": "3.9.10",
202 "webpack": "4.46.0", 205 "webpack": "4.46.0",
203 "webpack-cli": "3.3.12", 206 "webpack-cli": "3.3.12",