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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-06-14 16:42:20 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-08-27 13:55:54 +0300
commit42176c3a864f2a94c4a6d2753d6fdba410ec3c37 (patch)
tree6ecf89dfd155638bc9ac02aa63e1790ca636cace /package.json
parent4204e5bdcdb09943dc2ef34c7a8da171a07bd0b9 (diff)
Create an event from an email
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 273ef94dd..88fb3e2ee 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,7 @@
"@ckeditor/ckeditor5-vue2": "^1.0.5",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
+ "@nextcloud/calendar-js": "^1.1.1",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/files": "^2.0.0",
"@nextcloud/initial-state": "^1.2.0",
@@ -51,6 +52,7 @@
"ical.js": "^1.4.0",
"iframe-resizer": "^4.3.2",
"js-base64": "^3.6.1",
+ "jstz": "^2.1.1",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"nextcloud_issuetemplate_builder": "^0.1.0",