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:
authorNextcloud bot <bot@nextcloud.com>2022-08-07 10:46:10 +0300
committerkorelstar <korelstar@users.noreply.github.com>2022-08-13 19:29:37 +0300
commit23f603eb4476c25fe4c486f11379f7195e4ae8a3 (patch)
tree2260b51c811fd84e6db1ed82f6fd3b7474f0212f
parent3bd2d58b47eda1adecbf11d4101aa00deffb3b62 (diff)
Update npm and node engines versions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--package.json92
1 files changed, 46 insertions, 46 deletions
diff --git a/package.json b/package.json
index f5d77e60..f93bd203 100644
--- a/package.json
+++ b/package.json
@@ -1,48 +1,48 @@
{
- "name": "notes",
- "homepage": "https://github.com/nextcloud/notes",
- "license": "agpl",
- "private": true,
- "scripts": {
- "build": "webpack --node-env production --progress",
- "dev": "webpack --node-env development --progress",
- "watch": "webpack --node-env development --progress --watch",
- "lint": "eslint --ext .js,.vue src",
- "lint:fix": "eslint --ext .js,.vue src --fix",
- "stylelint": "stylelint 'src/**/*.vue' 'css/**/*.scss'",
- "stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.scss' --fix"
- },
- "dependencies": {
- "@nextcloud/axios": "^1.10.0",
- "@nextcloud/dialogs": "^3.1.4",
- "@nextcloud/event-bus": "^2.1.1",
- "@nextcloud/moment": "^1.2.1",
- "@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^5.3.1",
- "@nextcloud/vue-dashboard": "^2.0.1",
- "diff": "^5.1.0",
- "easymde": "^2.16.1",
- "markdown-it": "^13.0.1",
- "markdown-it-task-checkbox": "^1.0.6",
- "vue": "^2.7.8",
- "vue-fragment": "1.5.1",
- "vue-material-design-icons": "^5.1.2",
- "vue-observe-visibility": "^1.0.0",
- "vue-router": "^3.5.3",
- "vuex": "^3.6.2"
- },
- "browserslist": [
- "extends @nextcloud/browserslist-config"
- ],
- "engines": {
- "node": "^14.0.0",
- "npm": "^7.0.0"
- },
- "devDependencies": {
- "@nextcloud/babel-config": "^1.0.0",
- "@nextcloud/browserslist-config": "^2.2.0",
- "@nextcloud/eslint-config": "^8.0.0",
- "@nextcloud/stylelint-config": "^2.1.2",
- "@nextcloud/webpack-vue-config": "^5.2.1"
- }
+ "name": "notes",
+ "homepage": "https://github.com/nextcloud/notes",
+ "license": "agpl",
+ "private": true,
+ "scripts": {
+ "build": "webpack --node-env production --progress",
+ "dev": "webpack --node-env development --progress",
+ "watch": "webpack --node-env development --progress --watch",
+ "lint": "eslint --ext .js,.vue src",
+ "lint:fix": "eslint --ext .js,.vue src --fix",
+ "stylelint": "stylelint 'src/**/*.vue' 'css/**/*.scss'",
+ "stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.scss' --fix"
+ },
+ "dependencies": {
+ "@nextcloud/axios": "^1.10.0",
+ "@nextcloud/dialogs": "^3.1.4",
+ "@nextcloud/event-bus": "^2.1.1",
+ "@nextcloud/moment": "^1.2.1",
+ "@nextcloud/router": "^2.0.0",
+ "@nextcloud/vue": "^5.3.1",
+ "@nextcloud/vue-dashboard": "^2.0.1",
+ "diff": "^5.1.0",
+ "easymde": "^2.16.1",
+ "markdown-it": "^13.0.1",
+ "markdown-it-task-checkbox": "^1.0.6",
+ "vue": "^2.7.8",
+ "vue-fragment": "1.5.1",
+ "vue-material-design-icons": "^5.1.2",
+ "vue-observe-visibility": "^1.0.0",
+ "vue-router": "^3.5.3",
+ "vuex": "^3.6.2"
+ },
+ "browserslist": [
+ "extends @nextcloud/browserslist-config"
+ ],
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
+ },
+ "devDependencies": {
+ "@nextcloud/babel-config": "^1.0.0",
+ "@nextcloud/browserslist-config": "^2.2.0",
+ "@nextcloud/eslint-config": "^8.0.0",
+ "@nextcloud/stylelint-config": "^2.1.2",
+ "@nextcloud/webpack-vue-config": "^5.2.1"
+ }
}