summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorTucker McKnight <tucker.mcknight@gmail.com>2021-07-03 15:34:11 -0600
committerBenjamin Brahmer <info@b-brahmer.de>2021-07-19 14:58:49 +0200
commit8809bb2c560c08fac4b099edaa32b23bd103725d (patch)
tree20f3824328f23935af20da33dada5208cc055f8b /js/package.json
parent2b9c45df4080be1ab730de6f532d10dab364dd90 (diff)
Add Vue and ng-vue packages
Also adds related parts for compiling Vue components into the existing Javascript bundle. Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/js/package.json b/js/package.json
index 739c835cc..5605d6ec9 100644
--- a/js/package.json
+++ b/js/package.json
@@ -49,7 +49,8 @@
"karma-firefox-launcher": "^2.1.1",
"karma-jasmine": "^4.0.1",
"minimatch": "^3.0.4",
- "natives": "^1.1.6"
+ "natives": "^1.1.6",
+ "webpack-stream": "^6.1.2"
},
"dependencies": {
"angular": "^1.8.2",
@@ -59,6 +60,9 @@
"angular-sanitize": "^1.8.2",
"debug": "^4.3.2",
"masonry-layout": "^4.2.2",
- "moment": "^2.29.1"
+ "moment": "^2.29.1",
+ "ngVue": "^1.7.8",
+ "vue": "^2.6.14",
+ "vue-loader": "^15.9.7"
}
}