Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index eecba98..c656e0d 100644
--- a/package.json
+++ b/package.json
@@ -28,10 +28,12 @@
"babel-loader": "^8.0.6",
"css-loader": "^3.4.1",
"eslint": "^6.8.0",
+ "eslint-config-nextcloud": "^0.1.1",
"eslint-config-standard": "^14.1.0",
"eslint-import-resolver-webpack": "^0.12.0",
"eslint-loader": "^3.0.3",
- "eslint-plugin-import": "^2.19.1",
+ "eslint-plugin-import": "^2.20.1",
+ "eslint-plugin-nextcloud": "^0.3.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
@@ -43,8 +45,8 @@
"sass-loader": "^7.3.1",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
- "webpack": "^4.41.5",
- "webpack-cli": "^3.3.10",
+ "webpack": "^4.42.0",
+ "webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
}
}