summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6f03945af..52c3fc747 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,11 @@
"private": true,
"homepage": "https://github.com/nextcloud/news",
"devDependencies": {
+ "@babel/core": "^7.11.1",
+ "babel-loader": "^8.1.0",
+ "css-loader": "^4.2.1",
+ "eslint": "^7.6.0",
+ "eslint-loader": "^4.0.2",
"jasmine-core": "^3.10.1",
"jquery": "^3.6.0",
"jshint": "^2.13.1",
@@ -42,7 +47,15 @@
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.1",
"minimatch": "^3.0.4",
- "natives": "^1.1.6"
+ "natives": "^1.1.6",
+ "node-sass": "^4.14.1",
+ "sass-loader": "^9.0.3",
+ "stylelint": "^13.6.1",
+ "stylelint-webpack-plugin": "^2.1.0",
+ "vue-loader": "^15.9.3",
+ "vue-template-compiler": "^2.6.11",
+ "webpack": "^4.44.1",
+ "webpack-cli": "^3.3.12"
},
"dependencies": {
"debug": "^4.1.1",