summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json39
1 files changed, 21 insertions, 18 deletions
diff --git a/package.json b/package.json
index e705cfcdd..4c03a34ee 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"main": "js/app.min.js",
"scripts": {
"prebuild": "npm install && npm ci",
- "build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.js",
+ "build": "NODE_ENV=production webpack --progress --config webpack.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
"lint": "eslint --ext .js,.vue src",
@@ -41,20 +41,23 @@
"@babel/core": "^7.11.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.11.0",
- "@nextcloud/eslint-config": "^2.2.0",
- "@nextcloud/eslint-plugin": "^1.4.0",
- "babel-eslint": "^10.1.0",
- "babel-loader": "^8.1.0",
- "css-loader": "^4.2.1",
- "eslint": "^7.6.0",
- "eslint-config-standard": "^14.1.1",
+ "@nextcloud/eslint-config": "^6.1.1",
+ "@nextcloud/eslint-plugin": "^2.0.0",
+ "@babel/eslint-parser": "^7.16.5",
+ "babel-loader": "^8.2.2",
+ "css-loader": "^6.5.0",
+ "eslint": "^7.32.0",
+ "eslint-config-standard": "^16.0.1",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-loader": "^4.0.2",
+ "eslint-webpack-plugin": "^3.1.1",
+ "node-polyfill-webpack-plugin": "^1.1.4",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
+ "eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.0.1",
- "eslint-plugin-vue": "^6.2.2",
+ "eslint-plugin-vue": "^7.15.0",
+ "eslint-plugin-jsdoc": "^37.2.2",
"file-loader": "^6.0.0",
"jasmine-core": "^3.10.1",
"jquery": "^3.6.0",
@@ -67,26 +70,26 @@
"minimatch": "^3.0.4",
"natives": "^1.1.6",
"node-sass": "^4.14.1",
- "sass-loader": "^9.0.3",
- "stylelint": "^13.6.1",
- "stylelint-webpack-plugin": "^2.1.0",
+ "sass-loader": "^12.1.0",
+ "stylelint": "^14.0.1",
+ "stylelint-webpack-plugin": "^3.1.0",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
- "webpack": "^4.44.1",
- "webpack-cli": "^3.3.12"
+ "webpack": "^5.46.0",
+ "webpack-cli": "^4.9.1"
},
"dependencies": {
"@nextcloud/axios": "^1.3.3",
"@nextcloud/dialogs": "^1.4.0",
"@nextcloud/router": "^1.1.0",
"@nextcloud/vue": "^3.3.2",
- "@nextcloud/webpack-vue-config": "^1.1.0",
+ "@nextcloud/webpack-vue-config": "^4.2.0",
"debug": "^4.1.1",
"masonry-layout": "^4.2.2",
"moment": "^2.26.0",
- "stylelint-config-recommended-scss": "^4.2.0",
- "stylelint-scss": "^3.18.0",
+ "stylelint-config-recommended-scss": "^5.0.2",
+ "stylelint-scss": "^4.0.1",
"vue": "^2.6.11",
"vuex": "^3.5.1",
"webpack-merge": "^5.1.1"