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:
authorMorris Jobke <hey@morrisjobke.de>2019-02-19 12:01:38 +0300
committerGitHub <noreply@github.com>2019-02-19 12:01:38 +0300
commitef4e7d010e74b8ce9efdf71dbc23fc4cadc7b69e (patch)
treea3a6a044dc678ec5de08841dfd309740939ad7aa /package.json
parentd43095e17b37a3a9a967b0695f5322dfd0f58f16 (diff)
parentd6ba42057f05d19e57ca4300b059c635a8613b60 (diff)
Merge pull request #14232 from nextcloud/enh/updatenoticiation_to_single_webpack
Move updatenotifications to unified webpack
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0d76286da9c..f95abcb5ce7 100644
--- a/package.json
+++ b/package.json
@@ -40,10 +40,13 @@
"marked": "^0.6.0",
"moment": "^2.24.0",
"nextcloud-axios": "^0.1.3",
+ "nextcloud-vue": "^0.6.3",
"snap.js": "^2.0.9",
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git",
"underscore": "^1.9.1",
- "vue": "^2.6.6"
+ "vue": "^2.6.6",
+ "v-tooltip": "^2.0.0-rc.33",
+ "vue-click-outside": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.3.3",