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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2019-09-17 19:16:26 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2019-10-09 11:50:29 +0300
commit88f8554384b8ef655af6b7c579fccfb3ed9dc3da (patch)
tree1f8c7d4424a62e4c82f330204c4c82554a2072a4 /package.json
parentb31c1044f497711c024018ecde84258ad1488a03 (diff)
Create Vuex store
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index cbea6d92b..a987fbded 100644
--- a/package.json
+++ b/package.json
@@ -33,10 +33,14 @@
"stylelint:fix": "stylelint src --fix"
},
"dependencies": {
+ "nextcloud-auth": "0.0.3",
+ "nextcloud-axios": "^0.2.1",
+ "nextcloud-router": "0.0.9",
"nextcloud-vue": "^0.12.3",
"vue": "^2.6.10",
"vue-contenteditable-directive": "^1.2.0",
- "vue-virtual-scroller": "^1.0.0-rc.2"
+ "vue-virtual-scroller": "^1.0.0-rc.2",
+ "vuex": "^3.1.1"
},
"browserslist": [
"extends browserslist-config-nextcloud"