summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-06-15 08:18:50 +0200
committerJulius Härtl <jus@bitgrid.net>2020-08-05 17:01:27 +0200
commit429049c809226f3750647a19a4cb48e0d3d4ea75 (patch)
tree3a66ed71df4d417dacfb888ce831e5db7d98267d /package.json
parent55473dd2eb042078b7fc5aef37e7b7fb614554fa (diff)
downloadnextcloud-server-429049c809226f3750647a19a4cb48e0d3d4ea75.tar.gz
nextcloud-server-429049c809226f3750647a19a4cb48e0d3d4ea75.zip
Allow userdefined order and start with drag and drop resorting
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index e8487b19d2c..db2528e21f0 100644
--- a/package.json
+++ b/package.json
@@ -82,6 +82,7 @@
"vue-material-design-icons": "^4.8.0",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.3.4",
+ "vue-smooth-dnd": "^0.8.1",
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0"
},