aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-22 13:06:17 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-22 13:06:17 +0200
commit49b490ce6d1d726aa1c335b0b5c440d8a3cae5ff (patch)
treee3013292c32c7d7d12997a9e2c140b15f03a23ee /package.json
parentf14b8aa34bfb9f7af7b23cfecc09e2fb8f604c1b (diff)
downloadnextcloud-server-49b490ce6d1d726aa1c335b0b5c440d8a3cae5ff.tar.gz
nextcloud-server-49b490ce6d1d726aa1c335b0b5c440d8a3cae5ff.zip
Migrate to npm 7
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json25
1 files changed, 6 insertions, 19 deletions
diff --git a/package.json b/package.json
index 604a185e6b1..2cdb5e0cf4f 100644
--- a/package.json
+++ b/package.json
@@ -90,30 +90,17 @@
"webdav": "^4.6.0"
},
"devDependencies": {
- "@babel/core": "^7.14.6",
- "@babel/plugin-proposal-class-properties": "^7.14.5",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.14.7",
- "@nextcloud/babel-config": "^1.0.0-beta.1",
+ "@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.1.0",
- "@nextcloud/eslint-config": "^2.2.0",
- "@nextcloud/eslint-plugin": "^1.5.0",
+ "@nextcloud/eslint-config": "^4.0.0",
+ "@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/user-event": "^13.1.9",
"@testing-library/vue": "^5.8.1",
- "babel-eslint": "^10.1.0",
- "babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"css-loader": "^5.2.7",
- "eslint": "^6.8.0",
- "eslint-config-standard": "^14.1.1",
"eslint-loader": "^4.0.2",
- "eslint-plugin-import": "^2.23.3",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.3.1",
- "eslint-plugin-standard": "^4.1.0",
- "eslint-plugin-vue": "^6.2.2",
"exports-loader": "^1.1.1",
"file-loader": "^6.2.0",
"handlebars-loader": "^1.7.1",
@@ -128,14 +115,14 @@
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.2",
- "webpack-merge": "^5.8.0",
- "webpack-node-externals": "^3.0.0"
+ "webpack-merge": "^5.8.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
- "node": ">=10.0.0"
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
},
"jest": {
"moduleFileExtensions": [