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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2021-05-06 18:23:52 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2021-05-10 18:17:38 +0300
commiteb65680726d1d11ca23523c4b91bd49908671053 (patch)
tree7e96942ca4f3f445ec2a11fa9a02317e1eb44513 /package.json
parentea335ae9e8a4d3ca5c153f428b5d8400c4e003cb (diff)
Display map in the MessageList
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index eddf33d29..76fc8698d 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,8 @@
"emoji-regex": "^9.2.2",
"escape-html": "^1.0.3",
"hark": "^1.2.3",
+ "leaflet": "^1.7.1",
+ "leaflet-defaulticon-compatibility": "^0.1.1",
"lodash": "^4.17.21",
"mockconsole": "0.0.1",
"nextcloud-vue-collections": "^0.9.0",
@@ -54,6 +56,7 @@
"vue-resize": "^1.0.1",
"vue-router": "^3.5.1",
"vue-shortkey": "^3.1.7",
+ "vue2-leaflet": "^2.7.0",
"vuex": "^3.6.2",
"webdav": "^4.3.0",
"webrtc-adapter": "^7.7.1",