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

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-08-21 11:14:45 +0300
committerBenjamin Brahmer <info@b-brahmer.de>2021-09-02 12:32:44 +0300
commit1f8880c8dec2863cf9d14af4e62b6b5f527cbeb3 (patch)
tree2c47cc4c58e060e70841fff8af9c1b7d6809a862 /js/package.json
parent1be66add82c48767df741cc65c1178002af09963 (diff)
Revert Add Vue and ng-vue packages
This reverts commits: 8809bb2c560c08fac4b099edaa32b23bd103725d d2a5c26ee1ca854bfb5bfd917602ad0e9d83cf86 3344431a9b0debdf8d77ea122291c4b2d2b753ee 83cdcb016b6bc2679893d5c93325f4003f8b4209 36d304ec763da893881eed1a1edd46efd4d5e571 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/js/package.json b/js/package.json
index ea7d19c0c..521d43d86 100644
--- a/js/package.json
+++ b/js/package.json
@@ -33,7 +33,6 @@
"private": true,
"homepage": "https://github.com/nextcloud/news",
"devDependencies": {
- "@vue/compiler-sfc": "^3.2.6",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
@@ -50,10 +49,7 @@
"karma-firefox-launcher": "^2.1.1",
"karma-jasmine": "^4.0.1",
"minimatch": "^3.0.4",
- "natives": "^1.1.6",
- "webpack-stream": "^6.1.2",
- "vue-loader": "^16.5.0",
- "vue-template-compiler": "^2.6.14"
+ "natives": "^1.1.6"
},
"dependencies": {
"angular": "^1.8.2",
@@ -62,8 +58,6 @@
"angular-route": "^1.8.2",
"angular-sanitize": "^1.8.2",
"debug": "^4.3.2",
- "masonry-layout": "^4.2.2",
- "ngVue": "^1.7.8",
- "vue": "^2.6.14"
+ "masonry-layout": "^4.2.2"
}
}