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

github.com/nextcloud/server.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-10 21:15:13 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-10-18 21:21:51 +0300
commitf432dd2e2ea9fe4e7c19d5ea9d60481e662a0367 (patch)
tree69a867888c347607ba2e49c2040cb2594bc00491 /package.json
parent643e85cfe81ac079bd2e5bcf1a344a20319f48db (diff)
Add scheduling availability settings
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 02b3cfc9d29..5dec076a411 100644
--- a/package.json
+++ b/package.json
@@ -55,6 +55,7 @@
"dompurify": "^2.3.3",
"escape-html": "^1.0.3",
"handlebars": "^4.7.7",
+ "ical.js": "^1.4.0",
"jquery": "~3.3",
"jquery-migrate": "~3.3",
"jquery-ui": "^1.13.0",
@@ -74,6 +75,7 @@
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9",
"underscore": "^1.12.0",
"url-search-params-polyfill": "^8.1.1",
+ "uuid": "^8.3.2",
"v-click-outside": "^3.1.2",
"v-tooltip": "^2.1.3",
"vue": "^2.6.14",