UNPKG

vue-easy-dnd

Version:

Easy-DnD is a drag and drop implementation for Vue 3 that uses only standard mouse events instead of the HTML5 drag and drop API, which is [impossible to work with](https://www.quirksmode.org/blog/archives/2009/09/the_html5_drag.html). Think of it as a wa

48 lines (47 loc) 1.4 kB
{ "name": "vue-easy-dnd", "version": "2.2.2", "description": "Easy-DnD is a drag and drop implementation for Vue 3 that uses only standard mouse events instead of the HTML5 drag and drop API, which is [impossible to work with](https://www.quirksmode.org/blog/archives/2009/09/the_html5_drag.html). Think of it as a way to transfer data from some components to others using the mouse or support for a mouse assisted copy/cut - paste. It also allows for lists to be reordred by drag and drop.", "main": "./dist/vue-easy-dnd.ssr.js", "module": "./dist/vue-easy-dnd.esm.js", "browser": { "./dist/vue-easy-dnd.ssr.js": "./dist/vue-easy-dnd.js" }, "files": [ "dist", "src" ], "dependencies": { "mitt": "^3.0.1", "vue": "^3.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 11" ], "repository": { "type": "git", "url": "git+https://github.com/rlemaigre/Easy-DnD.git" }, "keywords": [ "vue", "vuejs", "vue2", "vuejs2", "vue3", "vuejs3", "drag-and-drop", "sortable", "dnd" ], "author": "Régis Lemaigre <rlemaigre.github@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/rlemaigre/Easy-DnD/issues" }, "homepage": "https://github.com/rlemaigre/Easy-DnD#readme", "engines": { "node": ">= 14" } }