@vue-dnd-kit/core 0.0.15 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +19 -1
- /package/{README.txt → README.md} +0 -0
package/package.json
CHANGED
|
@@ -1,9 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-dnd-kit/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"description": "Core functionality for Vue DnD Kit - a lightweight Vue 3 library for building performant and accessible drag and drop interfaces",
|
|
5
5
|
"author": "ZiZIGY",
|
|
6
6
|
"license": "MIT",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"vue",
|
|
9
|
+
"dnd",
|
|
10
|
+
"drag",
|
|
11
|
+
"drop",
|
|
12
|
+
"drag and drop",
|
|
13
|
+
"drag and drop library",
|
|
14
|
+
"drag and drop component",
|
|
15
|
+
"vue dnd",
|
|
16
|
+
"vue drag and drop",
|
|
17
|
+
"vue drag and drop library",
|
|
18
|
+
"vue drag and drop component",
|
|
19
|
+
"vue dnd kit",
|
|
20
|
+
"vue dnd kit core",
|
|
21
|
+
"vue dnd kit core component",
|
|
22
|
+
"dnd-kit",
|
|
23
|
+
"dnd-kit core"
|
|
24
|
+
],
|
|
7
25
|
"repository": {
|
|
8
26
|
"type": "git",
|
|
9
27
|
"url": "git+https://github.com/zizigy/vue-dnd-kit.git",
|
|
File without changes
|