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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-06-15 10:56:27 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-15 10:57:49 +0300
commit786b44c46776815b9dae25ee4c362aae83ad68d4 (patch)
tree4c1280a317b6b2bdc19978470812b0fb8594e0a0 /package.json
parent3f7de4dba137f365b3ee83e7f3fc4ed77f96c562 (diff)
Bump node 14 and npm 7
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json43
1 files changed, 11 insertions, 32 deletions
diff --git a/package.json b/package.json
index e46d998..01d583c 100644
--- a/package.json
+++ b/package.json
@@ -21,38 +21,17 @@
"debounce": "^1.2.1",
"vue": "^2.6.12"
},
- "devDependencies": {
- "@babel/eslint-parser": "^7.13.14",
- "@nextcloud/babel-config": "^1.0.0-beta.0",
- "@nextcloud/browserslist-config": "^1.0.0",
- "@nextcloud/eslint-config": "^5.0.0",
- "@nextcloud/eslint-plugin": "^2.0.0",
- "@nextcloud/webpack-vue-config": "^4.0.1",
- "babel-loader": "^8.2.2",
- "css-loader": "^4.3.0",
- "eslint": "^7.23.0",
- "eslint-config-standard": "^16.0.2",
- "eslint-plugin-import": "^2.22.1",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.3.1",
- "eslint-plugin-standard": "^4.1.0",
- "eslint-plugin-vue": "^7.8.0",
- "eslint-webpack-plugin": "^2.5.3",
- "node-polyfill-webpack-plugin": "^1.1.0",
- "sass": "^1.32.8",
- "sass-loader": "^10.1.1",
- "style-loader": "^2.0.0",
- "stylelint": "^13.12.0",
- "stylelint-config-recommended-scss": "^4.2.0",
- "stylelint-scss": "^3.19.0",
- "stylelint-webpack-plugin": "^2.1.1",
- "url-loader": "^4.1.1",
- "vue-loader": "^15.9.6",
- "vue-template-compiler": "^2.6.12",
- "webpack": "^5.28.0",
- "webpack-cli": "^4.6.0"
- },
"browserslist": [
"extends @nextcloud/browserslist-config"
- ]
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ },
+ "devDependencies": {
+ "@nextcloud/babel-config": "^1.0.0-beta.1",
+ "@nextcloud/browserslist-config": "^2.1.0",
+ "@nextcloud/eslint-config": "^5.1.0",
+ "@nextcloud/stylelint-config": "^1.0.0-beta.0",
+ "@nextcloud/webpack-vue-config": "^4.0.3"
+ }
}