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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-15 22:31:47 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-18 15:22:58 +0300
commitd6ba42057f05d19e57ca4300b059c635a8613b60 (patch)
tree0e6f29eae0483b91e1dc724043596ed5d9c49d15 /package.json
parente91f052576208d763246c190f1d919c0dd4a655a (diff)
Move updatenotifications to unified webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 d16af17b895..219feabe33c 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.2.2",