Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-03-13 12:27:19 +0300
committerdartcafe <github@dartcafe.de>2022-03-13 12:27:19 +0300
commitc8bd4560b7cf4759aa520479cdb446641b9275cf (patch)
treed52db9344e3f8de448d4f91cdfd29dd849230294 /package.json
parentc021aea7a822abca406e910d9b1b708b59347bbe (diff)
use @nextcloud/webpack-vue-config
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 1 insertions, 18 deletions
diff --git a/package.json b/package.json
index 42a6b177..203ba99a 100644
--- a/package.json
+++ b/package.json
@@ -74,23 +74,6 @@
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^7.0.2",
"@nextcloud/stylelint-config": "^2.1.2",
- "babel-loader": "^8.2.3",
- "css-loader": "^6.7.1",
- "eslint-webpack-plugin": "^3.1.1",
- "file-loader": "^6.2.0",
- "node-sass": "^7.0.1",
- "postcss-html": "^1.3.0",
- "postcss-scss": "^4.0.3",
- "sass-loader": "^12.6.0",
- "stylelint-scss": "^4.1.0",
- "stylelint-webpack-plugin": "^3.1.1",
- "terser-webpack-plugin": "^5.3.1",
- "url-loader": "^4.1.1",
- "vue-loader": "^15.9.8",
- "vue-style-loader": "^4.1.3",
- "vue-template-compiler": "^2.6.14",
- "webpack": "^5.70.0",
- "webpack-cli": "^4.9.2",
- "webpack-merge": "^5.8.0"
+ "@nextcloud/webpack-vue-config": "^5.0.0"
}
}