aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-11-11 14:48:31 +0000
committerNextcloud bot <bot@nextcloud.com>2021-11-11 14:48:31 +0000
commit86657f1337edf199b4aefadf9810c1e79a937082 (patch)
tree855987f44e5d3f226902ceead65a75d7f9dd971a /package.json
parent17e75fb4a12ab37a53d3a29fe73fc59f396ce4b9 (diff)
downloadnextcloud-server-86657f1337edf199b4aefadf9810c1e79a937082.tar.gz
nextcloud-server-86657f1337edf199b4aefadf9810c1e79a937082.zip
Update npm and node engines versions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json282
1 files changed, 141 insertions, 141 deletions
diff --git a/package.json b/package.json
index 7f4b67f81c4..c0347bd9dda 100644
--- a/package.json
+++ b/package.json
@@ -1,143 +1,143 @@
{
- "name": "nextcloud",
- "version": "1.0.0",
- "description": "Nextcloud Server",
- "private": true,
- "directories": {
- "lib": "lib",
- "test": "tests"
- },
- "scripts": {
- "build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
- "dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
- "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
- "lint": "eslint '**/src/**/*.{vue,js}'",
- "lint:fix": "eslint '**/src/**/*.{vue,js}' --fix",
- "test": "jest",
- "test:watch": "jest --watch"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/nextcloud/server.git"
- },
- "keywords": [
- "nextcloud"
- ],
- "license": "AGPL-3.0-or-later",
- "dependencies": {
- "@chenfengyuan/vue-qrcode": "^1.0.2",
- "@nextcloud/auth": "^1.3.0",
- "@nextcloud/axios": "^1.7.0",
- "@nextcloud/capabilities": "^1.0.4",
- "@nextcloud/dialogs": "^3.1.2",
- "@nextcloud/event-bus": "^2.1.1",
- "@nextcloud/files": "^2.1.0",
- "@nextcloud/initial-state": "^1.2.1",
- "@nextcloud/jcrop": "^0.10.0",
- "@nextcloud/l10n": "^1.4.1",
- "@nextcloud/logger": "^2.1.0",
- "@nextcloud/moment": "^1.1.1",
- "@nextcloud/password-confirmation": "^1.0.1",
- "@nextcloud/paths": "^2.1.0",
- "@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^4.2.0",
- "@nextcloud/vue-dashboard": "^2.0.1",
- "autosize": "^5.0.1",
- "backbone": "^1.4.0",
- "blueimp-md5": "^2.19.0",
- "bootstrap": "^4.6.0",
- "camelcase": "^6.2.0",
- "clipboard": "^2.0.8",
- "core-js": "^3.19.1",
- "css-vars-ponyfill": "^2.4.7",
- "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
- "debounce": "^1.2.1",
- "dompurify": "^2.3.3",
- "escape-html": "^1.0.3",
- "handlebars": "^4.7.7",
- "ical.js": "^1.4.0",
- "icalzone": "^0.0.1",
- "jquery": "~3.3",
- "jquery-migrate": "~3.3",
- "jquery-ui": "^1.13.0",
- "jquery-ui-dist": "^1.12.1",
- "jstimezonedetect": "^1.0.7",
- "lodash": "^4.17.21",
- "marked": "^3.0.7",
- "moment": "^2.29.1",
- "moment-timezone": "^0.5.33",
- "nextcloud-vue-collections": "^0.9.0",
- "p-limit": "^4.0.0",
- "p-queue": "^7.1.0",
- "query-string": "^7.0.1",
- "regenerator-runtime": "^0.13.9",
- "select2": "3.5.1",
- "snap.js": "^2.0.9",
- "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9",
- "underscore": "^1.12.0",
- "url-search-params-polyfill": "^8.1.1",
- "uuid": "^8.3.2",
- "v-click-outside": "^3.1.2",
- "v-tooltip": "^2.1.3",
- "vue": "^2.6.14",
- "vue-click-outside": "^1.1.0",
- "vue-clipboard2": "^0.3.3",
- "vue-infinite-loading": "^2.4.5",
- "vue-localstorage": "^0.6.2",
- "vue-material-design-icons": "^4.13.0",
- "vue-multiselect": "^2.1.6",
- "vue-router": "^3.5.3",
- "vuedraggable": "^2.24.3",
- "vuex": "^3.6.2",
- "vuex-router-sync": "^5.0.0",
- "webdav": "^4.7.0"
- },
- "devDependencies": {
- "@nextcloud/babel-config": "^1.0.0",
- "@nextcloud/browserslist-config": "^2.2.0",
- "@nextcloud/eslint-config": "^4.0.0",
- "@nextcloud/stylelint-config": "^1.0.0-beta.0",
- "@testing-library/jest-dom": "^5.15.0",
- "@testing-library/user-event": "^13.5.0",
- "@testing-library/vue": "^5.8.2",
- "babel-loader": "^8.2.3",
- "babel-loader-exclude-node-modules-except": "^1.2.1",
- "css-loader": "^5.2.7",
- "eslint-loader": "^4.0.2",
- "exports-loader": "^1.1.1",
- "file-loader": "^6.2.0",
- "handlebars-loader": "^1.7.1",
- "jest": "^26.6.3",
- "jsdom": "^18.0.1",
- "sass": "^1.43.4",
- "sass-loader": "^10.1.1",
- "style-loader": "^2.0.0",
- "url-loader": "^4.1.1",
- "vue-jest": "^4.0.1",
- "vue-loader": "^15.9.8",
- "vue-template-compiler": "^2.6.14",
- "webpack": "^4.46.0",
- "webpack-cli": "^4.9.1",
- "webpack-merge": "^5.8.0"
- },
- "browserslist": [
- "extends @nextcloud/browserslist-config"
- ],
- "engines": {
- "node": ">=14.0.0",
- "npm": ">=7.0.0"
- },
- "jest": {
- "moduleFileExtensions": [
- "js",
- "vue"
- ],
- "setupFilesAfterEnv": [
- "<rootDir>/tests/jestSetup.js"
- ],
- "transform": {
- "^.+\\.js$": "<rootDir>/tests/jestBabelTransformer.js",
- "^.+\\.vue$": "vue-jest"
- }
- }
+ "name": "nextcloud",
+ "version": "1.0.0",
+ "description": "Nextcloud Server",
+ "private": true,
+ "directories": {
+ "lib": "lib",
+ "test": "tests"
+ },
+ "scripts": {
+ "build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
+ "dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
+ "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
+ "lint": "eslint '**/src/**/*.{vue,js}'",
+ "lint:fix": "eslint '**/src/**/*.{vue,js}' --fix",
+ "test": "jest",
+ "test:watch": "jest --watch"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/nextcloud/server.git"
+ },
+ "keywords": [
+ "nextcloud"
+ ],
+ "license": "AGPL-3.0-or-later",
+ "dependencies": {
+ "@chenfengyuan/vue-qrcode": "^1.0.2",
+ "@nextcloud/auth": "^1.3.0",
+ "@nextcloud/axios": "^1.7.0",
+ "@nextcloud/capabilities": "^1.0.4",
+ "@nextcloud/dialogs": "^3.1.2",
+ "@nextcloud/event-bus": "^2.1.1",
+ "@nextcloud/files": "^2.1.0",
+ "@nextcloud/initial-state": "^1.2.1",
+ "@nextcloud/jcrop": "^0.10.0",
+ "@nextcloud/l10n": "^1.4.1",
+ "@nextcloud/logger": "^2.1.0",
+ "@nextcloud/moment": "^1.1.1",
+ "@nextcloud/password-confirmation": "^1.0.1",
+ "@nextcloud/paths": "^2.1.0",
+ "@nextcloud/router": "^2.0.0",
+ "@nextcloud/vue": "^4.2.0",
+ "@nextcloud/vue-dashboard": "^2.0.1",
+ "autosize": "^5.0.1",
+ "backbone": "^1.4.0",
+ "blueimp-md5": "^2.19.0",
+ "bootstrap": "^4.6.0",
+ "camelcase": "^6.2.0",
+ "clipboard": "^2.0.8",
+ "core-js": "^3.19.1",
+ "css-vars-ponyfill": "^2.4.7",
+ "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
+ "debounce": "^1.2.1",
+ "dompurify": "^2.3.3",
+ "escape-html": "^1.0.3",
+ "handlebars": "^4.7.7",
+ "ical.js": "^1.4.0",
+ "icalzone": "^0.0.1",
+ "jquery": "~3.3",
+ "jquery-migrate": "~3.3",
+ "jquery-ui": "^1.13.0",
+ "jquery-ui-dist": "^1.12.1",
+ "jstimezonedetect": "^1.0.7",
+ "lodash": "^4.17.21",
+ "marked": "^3.0.7",
+ "moment": "^2.29.1",
+ "moment-timezone": "^0.5.33",
+ "nextcloud-vue-collections": "^0.9.0",
+ "p-limit": "^4.0.0",
+ "p-queue": "^7.1.0",
+ "query-string": "^7.0.1",
+ "regenerator-runtime": "^0.13.9",
+ "select2": "3.5.1",
+ "snap.js": "^2.0.9",
+ "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9",
+ "underscore": "^1.12.0",
+ "url-search-params-polyfill": "^8.1.1",
+ "uuid": "^8.3.2",
+ "v-click-outside": "^3.1.2",
+ "v-tooltip": "^2.1.3",
+ "vue": "^2.6.14",
+ "vue-click-outside": "^1.1.0",
+ "vue-clipboard2": "^0.3.3",
+ "vue-infinite-loading": "^2.4.5",
+ "vue-localstorage": "^0.6.2",
+ "vue-material-design-icons": "^4.13.0",
+ "vue-multiselect": "^2.1.6",
+ "vue-router": "^3.5.3",
+ "vuedraggable": "^2.24.3",
+ "vuex": "^3.6.2",
+ "vuex-router-sync": "^5.0.0",
+ "webdav": "^4.7.0"
+ },
+ "devDependencies": {
+ "@nextcloud/babel-config": "^1.0.0",
+ "@nextcloud/browserslist-config": "^2.2.0",
+ "@nextcloud/eslint-config": "^4.0.0",
+ "@nextcloud/stylelint-config": "^1.0.0-beta.0",
+ "@testing-library/jest-dom": "^5.15.0",
+ "@testing-library/user-event": "^13.5.0",
+ "@testing-library/vue": "^5.8.2",
+ "babel-loader": "^8.2.3",
+ "babel-loader-exclude-node-modules-except": "^1.2.1",
+ "css-loader": "^5.2.7",
+ "eslint-loader": "^4.0.2",
+ "exports-loader": "^1.1.1",
+ "file-loader": "^6.2.0",
+ "handlebars-loader": "^1.7.1",
+ "jest": "^26.6.3",
+ "jsdom": "^18.0.1",
+ "sass": "^1.43.4",
+ "sass-loader": "^10.1.1",
+ "style-loader": "^2.0.0",
+ "url-loader": "^4.1.1",
+ "vue-jest": "^4.0.1",
+ "vue-loader": "^15.9.8",
+ "vue-template-compiler": "^2.6.14",
+ "webpack": "^4.46.0",
+ "webpack-cli": "^4.9.1",
+ "webpack-merge": "^5.8.0"
+ },
+ "browserslist": [
+ "extends @nextcloud/browserslist-config"
+ ],
+ "engines": {
+ "node": "^14.0.0",
+ "npm": "^7.0.0"
+ },
+ "jest": {
+ "moduleFileExtensions": [
+ "js",
+ "vue"
+ ],
+ "setupFilesAfterEnv": [
+ "<rootDir>/tests/jestSetup.js"
+ ],
+ "transform": {
+ "^.+\\.js$": "<rootDir>/tests/jestBabelTransformer.js",
+ "^.+\\.vue$": "vue-jest"
+ }
+ }
}