-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update npm and node engines versions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
- Loading branch information
1 parent
ef67beb
commit 16ff281
Showing
1 changed file
with
107 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,109 +1,109 @@ | ||
{ | ||
"name": "contacts", | ||
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.", | ||
"version": "5.5.0-rc1", | ||
"author": "John Molakvoæ <skjnldsv@protonmail.com>", | ||
"contributors": [ | ||
"John Molakvoæ <skjnldsv@protonmail.com>", | ||
"Team Popcorn <teampopcornberlin@gmail.com>" | ||
], | ||
"keywords": [ | ||
"nextcloud", | ||
"contacts", | ||
"vcard", | ||
"carddav" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/nextcloud/contacts/issues" | ||
}, | ||
"repository": { | ||
"url": "https://github.com/nextcloud/contacts", | ||
"type": "git" | ||
}, | ||
"homepage": "https://github.com/nextcloud/contacts", | ||
"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,.ts,.vue src", | ||
"lint:fix": "eslint --ext .js,.ts,.vue src --fix", | ||
"stylelint": "stylelint src", | ||
"stylelint:fix": "stylelint src --fix", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:coverage": "jest --coverage" | ||
}, | ||
"dependencies": { | ||
"@mattkrick/sanitize-svg": "^0.4.0", | ||
"@mdi/svg": "^7.4.47", | ||
"@nextcloud/auth": "^2.2.1", | ||
"@nextcloud/axios": "^2.4.0", | ||
"@nextcloud/capabilities": "^1.1.0", | ||
"@nextcloud/cdav-library": "^1.1.0", | ||
"@nextcloud/dialogs": "^4.1.0", | ||
"@nextcloud/event-bus": "^3.1.0", | ||
"@nextcloud/files": "^3.1.0", | ||
"@nextcloud/initial-state": "^2.1.0", | ||
"@nextcloud/l10n": "^2.2.0", | ||
"@nextcloud/logger": "^2.7.0", | ||
"@nextcloud/moment": "^1.2.2", | ||
"@nextcloud/paths": "^2.1.0", | ||
"@nextcloud/router": "^2.2.0", | ||
"@nextcloud/sharing": "^0.1.0", | ||
"@nextcloud/vue": "^8.4.0", | ||
"b64-to-blob": "^1.2.19", | ||
"camelcase": "^8.0.0", | ||
"d3": "^7.8.5", | ||
"d3-org-chart": "^2.7.0", | ||
"debounce": "^1.2.1", | ||
"downloadjs": "^1.4.7", | ||
"ical.js": "^1.5.0", | ||
"mitt": "^3.0.1", | ||
"moment": "^2.30.1", | ||
"p-limit": "^4.0.0", | ||
"qr-image": "^3.2.0", | ||
"string-natural-compare": "^3.0.1", | ||
"uuid": "^9.0.1", | ||
"vue": "~2.7.15", | ||
"vue-click-outside": "^1.1.0", | ||
"vue-cropperjs": "^4.2.0", | ||
"vue-material-design-icons": "^5.2.0", | ||
"vue-router": "^3.6.5", | ||
"vue-virtual-scroll-list": "^2.3.5", | ||
"vue-virtual-scroller": "^1.1.2", | ||
"vuex": "^3.6.2", | ||
"vuex-router-sync": "^5.0.0" | ||
}, | ||
"engines": { | ||
"node": "^20.0.0", | ||
"npm": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/preset-env": "^7.23.7", | ||
"@nextcloud/babel-config": "^1.0.0", | ||
"@nextcloud/browserslist-config": "^3.0.0", | ||
"@nextcloud/eslint-config": "^8.3.0", | ||
"@nextcloud/stylelint-config": "^2.3.0", | ||
"@nextcloud/typings": "^1.7.0", | ||
"@nextcloud/webpack-vue-config": "^5.2.0", | ||
"@types/jest": "^29.5.11", | ||
"@vue/vue2-jest": "^29.2.5", | ||
"babel-jest": "^29.7.0", | ||
"eslint-import-resolver-typescript": "^3.6.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-transform-stub": "^2.0.0", | ||
"stylelint": "^14.16.1", | ||
"stylelint-config-recommended-scss": "^7.0.0", | ||
"ts-jest": "^29.1.1", | ||
"ts-loader": "^9.5.1", | ||
"typescript": "^5.3.3", | ||
"vue-template-compiler": "~2.7" | ||
}, | ||
"browserslist": [ | ||
"extends @nextcloud/browserslist-config" | ||
] | ||
"name": "contacts", | ||
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.", | ||
"version": "5.5.0-rc1", | ||
"author": "John Molakvoæ <skjnldsv@protonmail.com>", | ||
"contributors": [ | ||
"John Molakvoæ <skjnldsv@protonmail.com>", | ||
"Team Popcorn <teampopcornberlin@gmail.com>" | ||
], | ||
"keywords": [ | ||
"nextcloud", | ||
"contacts", | ||
"vcard", | ||
"carddav" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/nextcloud/contacts/issues" | ||
}, | ||
"repository": { | ||
"url": "https://github.com/nextcloud/contacts", | ||
"type": "git" | ||
}, | ||
"homepage": "https://github.com/nextcloud/contacts", | ||
"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,.ts,.vue src", | ||
"lint:fix": "eslint --ext .js,.ts,.vue src --fix", | ||
"stylelint": "stylelint src", | ||
"stylelint:fix": "stylelint src --fix", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:coverage": "jest --coverage" | ||
}, | ||
"dependencies": { | ||
"@mattkrick/sanitize-svg": "^0.4.0", | ||
"@mdi/svg": "^7.4.47", | ||
"@nextcloud/auth": "^2.2.1", | ||
"@nextcloud/axios": "^2.4.0", | ||
"@nextcloud/capabilities": "^1.1.0", | ||
"@nextcloud/cdav-library": "^1.1.0", | ||
"@nextcloud/dialogs": "^4.1.0", | ||
"@nextcloud/event-bus": "^3.1.0", | ||
"@nextcloud/files": "^3.1.0", | ||
"@nextcloud/initial-state": "^2.1.0", | ||
"@nextcloud/l10n": "^2.2.0", | ||
"@nextcloud/logger": "^2.7.0", | ||
"@nextcloud/moment": "^1.2.2", | ||
"@nextcloud/paths": "^2.1.0", | ||
"@nextcloud/router": "^2.2.0", | ||
"@nextcloud/sharing": "^0.1.0", | ||
"@nextcloud/vue": "^8.4.0", | ||
"b64-to-blob": "^1.2.19", | ||
"camelcase": "^8.0.0", | ||
"d3": "^7.8.5", | ||
"d3-org-chart": "^2.7.0", | ||
"debounce": "^1.2.1", | ||
"downloadjs": "^1.4.7", | ||
"ical.js": "^1.5.0", | ||
"mitt": "^3.0.1", | ||
"moment": "^2.30.1", | ||
"p-limit": "^4.0.0", | ||
"qr-image": "^3.2.0", | ||
"string-natural-compare": "^3.0.1", | ||
"uuid": "^9.0.1", | ||
"vue": "~2.7.15", | ||
"vue-click-outside": "^1.1.0", | ||
"vue-cropperjs": "^4.2.0", | ||
"vue-material-design-icons": "^5.2.0", | ||
"vue-router": "^3.6.5", | ||
"vue-virtual-scroll-list": "^2.3.5", | ||
"vue-virtual-scroller": "^1.1.2", | ||
"vuex": "^3.6.2", | ||
"vuex-router-sync": "^5.0.0" | ||
}, | ||
"engines": { | ||
"node": "^20.0.0", | ||
"npm": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/preset-env": "^7.23.7", | ||
"@nextcloud/babel-config": "^1.0.0", | ||
"@nextcloud/browserslist-config": "^3.0.0", | ||
"@nextcloud/eslint-config": "^8.3.0", | ||
"@nextcloud/stylelint-config": "^2.3.0", | ||
"@nextcloud/typings": "^1.7.0", | ||
"@nextcloud/webpack-vue-config": "^5.2.0", | ||
"@types/jest": "^29.5.11", | ||
"@vue/vue2-jest": "^29.2.5", | ||
"babel-jest": "^29.7.0", | ||
"eslint-import-resolver-typescript": "^3.6.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-transform-stub": "^2.0.0", | ||
"stylelint": "^14.16.1", | ||
"stylelint-config-recommended-scss": "^7.0.0", | ||
"ts-jest": "^29.1.1", | ||
"ts-loader": "^9.5.1", | ||
"typescript": "^5.3.3", | ||
"vue-template-compiler": "~2.7" | ||
}, | ||
"browserslist": [ | ||
"extends @nextcloud/browserslist-config" | ||
] | ||
} |