summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index d806382cb..4f37fd2fd 100644
--- a/package.json
+++ b/package.json
@@ -64,9 +64,13 @@
},
"dependencies": {
"@nextcloud/axios": "^1.3.3",
+ "@nextcloud/dialogs": "^1.4.0",
+ "@nextcloud/router": "^1.1.0",
+ "@nextcloud/vue": "^2.3.0",
"@nextcloud/webpack-vue-config": "^1.1.0",
"debug": "^4.1.1",
"masonry-layout": "^4.2.2",
- "moment": "^2.26.0"
+ "moment": "^2.26.0",
+ "vue": "^2.6.11"
}
}