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

github.com/nextcloud/backup.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.json70
1 files changed, 20 insertions, 50 deletions
diff --git a/package.json b/package.json
index 2dc503c..1004be9 100644
--- a/package.json
+++ b/package.json
@@ -24,62 +24,32 @@
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
},
- "dependencies": {
- "@nextcloud/axios": "^1.10.0",
- "@nextcloud/dialogs": "^3.1.2",
- "@nextcloud/l10n": "^1.4.1",
- "@nextcloud/logger": "^2.1.0",
- "@nextcloud/moment": "^1.2.0",
- "@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^5.3.1",
- "vue": "^2.6.14",
- "vue-material-design-icons": "^5.0.0"
- },
- "peerDependencies": {
- "@nextcloud/webpack-vue-config": "^5.0.0"
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
- "engines": {
- "node": "^14.0.0",
- "npm": "^7.0.0"
+ "dependencies": {
+ "@nextcloud/axios": "^2.0.0",
+ "@nextcloud/dialogs": "^3.2.0",
+ "@nextcloud/l10n": "^1.6.0",
+ "@nextcloud/logger": "^2.3.0",
+ "@nextcloud/moment": "^1.2.1",
+ "@nextcloud/router": "^2.0.0",
+ "@nextcloud/vue": "^5.4.0",
+ "vue-material-design-icons": "^5.1.2",
+ "vue": "^2.7.8"
},
"devDependencies": {
- "@babel/core": "^7.17.9",
- "@babel/eslint-parser": "^7.17.0",
+ "@babel/core": "^7.18.13",
+ "@babel/eslint-parser": "^7.18.9",
"@nextcloud/babel-config": "^1.0.0",
- "@nextcloud/browserslist-config": "^2.2.0",
- "@nextcloud/eslint-config": "^7.0.2",
+ "@nextcloud/browserslist-config": "^2.3.0",
+ "@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/eslint-plugin": "^2.0.0",
- "@nextcloud/stylelint-config": "^2.1.2",
- "@nextcloud/webpack-vue-config": "^5.0.0",
- "babel-loader": "^8.2.4",
- "css-loader": "^6.5.1",
- "eslint": "^8.13.0",
- "eslint-config-standard": "^17.0.0-1",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-jsdoc": "^37.9.7",
- "eslint-plugin-n": "^15.0.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^6.0.0",
- "eslint-plugin-vue": "^8.6.0",
- "eslint-webpack-plugin": "^3.1.1",
- "ical.js": "^1.5.0",
- "linkifyjs": "^3.0.5",
- "node-polyfill-webpack-plugin": "^2.0.0",
- "postcss-html": "^1.5.0",
- "sass": "^1.53.0",
- "sass-loader": "^13.0.1",
- "style-loader": "^3.3.1",
- "stylelint": "^14.6.1",
- "stylelint-config-recommended-scss": "^5.0.2",
- "stylelint-config-recommended-vue": "^1.4.0",
- "stylelint-webpack-plugin": "^3.2.0",
- "vue-loader": "^15.9.8",
- "vue-template-compiler": "^2.6.14",
- "webpack": "^5.72.0",
- "webpack-cli": "^4.9.1",
- "webpack-dev-server": "^4.8.1"
+ "@nextcloud/stylelint-config": "^2.2.0",
+ "@nextcloud/webpack-vue-config": "^5.3.0"
}
-}
+} \ No newline at end of file