summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-14 07:12:22 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-15 11:36:47 +0200
commitde91d5f753e2e4d91a697bc3d5c2720603810390 (patch)
treec240f7d73b5460dd261c8536b5a0c3604a5896f8 /package.json
parentdab8d5d31610fc9b2e95622766a1ddb46cbd51f4 (diff)
Bump deps and use npm7
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json34
1 files changed, 2 insertions, 32 deletions
diff --git a/package.json b/package.json
index dd7d7735..777765b5 100644
--- a/package.json
+++ b/package.json
@@ -75,46 +75,16 @@
"node": ">=10.0.0"
},
"devDependencies": {
- "@babel/core": "^7.14.5",
- "@babel/eslint-parser": "^7.14.5",
- "@babel/plugin-proposal-object-rest-spread": "^7.14.5",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.14.5",
"@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/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/typings": "^1.0.0",
"@nextcloud/webpack-vue-config": "^4.0.3",
"@typescript-eslint/parser": "^4.26.1",
- "babel-eslint": "^10.1.0",
- "babel-loader": "^8.2.2",
- "css-loader": "^4.3.0",
- "eslint": "^7.28.0",
- "eslint-config-standard": "^16.0.3",
"eslint-import-resolver-typescript": "^2.4.0",
- "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-vue": "^7.11.0",
- "eslint-webpack-plugin": "^2.5.4",
- "file-loader": "^6.2.0",
- "node-polyfill-webpack-plugin": "^1.1.2",
- "sass": "^1.34.1",
- "sass-loader": "^10.1.1",
- "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",
"ts-loader": "^9.2.3",
- "typescript": "^4.3.2",
- "url-loader": "^4.1.1",
- "vue-loader": "^15.9.7",
- "vue-template-compiler": "^2.6.14",
- "webpack": "^5.38.1",
- "webpack-cli": "^4.7.2"
+ "typescript": "^4.3.2"
},
"browserslist": [
"extends @nextcloud/browserslist-config"