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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-05-03 17:36:55 +0300
committerMax <max@nextcloud.com>2022-05-03 17:36:55 +0300
commitfe37e99094a2fc3fedc21aee93db5c5164650ea9 (patch)
tree57584b7fc02bfa413b08c5f0a49e329ecc4f0660 /package.json
parent56ff9c56ffe1d09958028c54a17e9dc3ebc4b53e (diff)
deps: dev-depend on @nextcloud/eslint peer dependencies
Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7c5cc72fd..973030de7 100644
--- a/package.json
+++ b/package.json
@@ -94,11 +94,13 @@
"npm": "^7.0.0"
},
"devDependencies": {
+ "@babel/eslint-parser": "^7.17.0",
"@cypress/browserify-preprocessor": "^3.0.2",
"@cypress/webpack-preprocessor": "^5.11.1",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^8.0.0",
+ "@nextcloud/eslint-plugin": "^2.0.0",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.0.0",
"@vue/test-utils": "^1.3.0",
@@ -106,13 +108,20 @@
"babel-core": "^7.0.0-bridge.0",
"cypress": "^9.6.0",
"cypress-file-upload": "^5.0.8",
+ "eslint": "^8.14.0",
+ "eslint-config-standard": "^17.0.0",
"eslint-plugin-cypress": "^2.12.1",
+ "eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.2.9",
+ "eslint-plugin-node": "^11.1.0",
+ "eslint-plugin-promise": "^6.0.0",
+ "eslint-plugin-vue": "^8.7.1",
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"jest-raw-loader": "^1.0.1",
"jest-serializer-vue": "^2.0.2",
- "regenerator-runtime": "^0.13.9"
+ "regenerator-runtime": "^0.13.9",
+ "webpack": "^5.72.0"
},
"jest": {
"verbose": true,