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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2021-06-12 16:41:09 +0300
committerkorelstar <korelstar@users.noreply.github.com>2021-06-26 20:09:42 +0300
commit1e54f549dc636c85de96b82e360d77df65c0a14c (patch)
tree53718e1836b4566a8dc3b5b6f4bf9f536cbccde2 /package.json
parent6ba7608aa8f703554cfb9e85e840d9a177ebf5bc (diff)
use @nextcloud/stylelint-config, update and simple
Diffstat (limited to 'package.json')
-rw-r--r--package.json42
1 files changed, 8 insertions, 34 deletions
diff --git a/package.json b/package.json
index fb4e747e..8b966888 100644
--- a/package.json
+++ b/package.json
@@ -18,56 +18,30 @@
"@nextcloud/event-bus": "^2.0.0",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^3.10.0",
+ "@nextcloud/vue": "^3.10.1",
"@nextcloud/vue-dashboard": "^2.0.1",
"diff": "^5.0.0",
"easymde": "^2.15.0",
"markdown-it": "^12.0.6",
- "vue": "^2.6.12",
+ "vue": "^2.6.13",
"vue-fragment": "1.5.1",
- "vue-material-design-icons": "^4.11.0",
+ "vue-material-design-icons": "^4.12.1",
"vue-observe-visibility": "^1.0.0",
- "vue-router": "^3.5.1",
+ "vue-router": "^3.5.2",
"vuex": "^3.6.2"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
- "node": ">=10.0.0"
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
},
"devDependencies": {
- "@babel/core": "^7.14.3",
- "@babel/eslint-parser": "^7.14.4",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.14.4",
"@nextcloud/babel-config": "^1.0.0-beta.1",
"@nextcloud/browserslist-config": "^2.1.0",
"@nextcloud/eslint-config": "^5.1.0",
- "@nextcloud/eslint-plugin": "^2.0.0",
- "@nextcloud/webpack-vue-config": "^4.0.3",
- "babel-loader": "^8.2.2",
- "css-loader": "^4.3.0",
- "eslint": "^7.27.0",
- "eslint-config-standard": "^16.0.3",
- "eslint-plugin-import": "^2.23.4",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.3.1",
- "eslint-plugin-vue": "^7.10.0",
- "eslint-webpack-plugin": "^2.5.4",
- "file-loader": "^6.2.0",
- "node-polyfill-webpack-plugin": "^1.1.2",
- "sass": "^1.34.0",
- "sass-loader": "^10.2.0",
- "style-loader": "^2.0.0",
- "stylelint": "^13.13.1",
- "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.7",
- "vue-template-compiler": "^2.6.12",
- "webpack": "^5.38.1",
- "webpack-cli": "^4.7.0"
+ "@nextcloud/stylelint-config": "^1.0.0-beta.0",
+ "@nextcloud/webpack-vue-config": "^4.0.3"
}
}