aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/package.json')
-rw-r--r--language-web/package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/language-web/package.json b/language-web/package.json
index 2dfc6325..7a931d95 100644
--- a/language-web/package.json
+++ b/language-web/package.json
@@ -5,11 +5,12 @@
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "assemble": "webpack --node-env production", 7 "assemble": "webpack --node-env production",
8 "stats": "webpack --node-env production --json > build/webpack/stats.json",
9 "serve": "webpack serve --node-env development --hot", 8 "serve": "webpack serve --node-env development --hot",
10 "check": "yarn run check:eslint && yarn run check:stylelint", 9 "check": "yarn run check:eslint && yarn run check:stylelint",
11 "check:eslint": "eslint .", 10 "check:eslint": "eslint .",
12 "check:stylelint": "stylelint src/main/css/**/*.scss" 11 "check:eslint:ci": "eslint -c ./.eslintrc.ci.js -f json -o build/eslint.json .",
12 "check:stylelint": "stylelint src/main/css/**/*.scss",
13 "check:stylelint:ci": "stylelint -f json src/main/css/**/*.scss > build/stylelint.json"
13 }, 14 },
14 "repository": { 15 "repository": {
15 "type": "git", 16 "type": "git",
@@ -33,9 +34,10 @@
33 "eslint-config-airbnb": "^18.2.1", 34 "eslint-config-airbnb": "^18.2.1",
34 "eslint-config-airbnb-typescript": "^14.0.0", 35 "eslint-config-airbnb-typescript": "^14.0.0",
35 "eslint-plugin-import": "^2.24.2", 36 "eslint-plugin-import": "^2.24.2",
37 "eslint-plugin-jsx-a11y": "^6.4.1",
36 "eslint-plugin-react": "^7.26.1", 38 "eslint-plugin-react": "^7.26.1",
37 "eslint-plugin-react-hooks": "^4.2.0", 39 "eslint-plugin-react-hooks": "^4.2.0",
38 "eslint-plugin-jsx-a11y": "^6.4.1", 40 "eslint-plugin-sonarjs": "^0.10.0",
39 "html-webpack-plugin": "^5.3.2", 41 "html-webpack-plugin": "^5.3.2",
40 "image-webpack-loader": "^8.0.1", 42 "image-webpack-loader": "^8.0.1",
41 "magic-comments-loader": "^1.4.1", 43 "magic-comments-loader": "^1.4.1",