@vue-dnd-kit/core 2.1.4 → 2.2.0

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 CHANGED
@@ -1,75 +1,75 @@
1
- {
2
- "name": "@vue-dnd-kit/core",
3
- "version": "2.1.4",
4
- "description": "Core functionality for Vue DnD Kit - a lightweight Vue 3 library for building performant and accessible drag and drop interfaces",
5
- "author": "ZiZIGY",
6
- "license": "MIT",
7
- "type": "module",
8
- "keywords": [
9
- "vue",
10
- "dnd",
11
- "drag",
12
- "drop",
13
- "drag and drop",
14
- "drag and drop library",
15
- "vue dnd",
16
- "vue drag and drop",
17
- "vue drag and drop library",
18
- "vue dnd kit",
19
- "vue dnd kit core",
20
- "dnd-kit",
21
- "dnd-kit core",
22
- "vue-dnd-kit",
23
- "vue-dnd-kit core",
24
- "@vue-dnd-kit/core"
25
- ],
26
- "repository": {
27
- "type": "git",
28
- "url": "git+https://github.com/zizigy/vue-dnd-kit.git",
29
- "directory": "packages/core"
30
- },
31
- "scripts": {
32
- "dev": "vite",
33
- "start": "vite build --config vite.config.ts --watch",
34
- "build": "vite build --config vite.config.ts",
35
- "build:app": "vue-tsc -b && vite build",
36
- "preview": "vite preview",
37
- "prepublishOnly": "yarn build"
38
- },
39
- "main": "dist/vue-dnd-kit-core.cjs.js",
40
- "module": "dist/vue-dnd-kit-core.es.js",
41
- "types": "dist/index.d.ts",
42
- "exports": {
43
- ".": {
44
- "types": "./dist/index.d.ts",
45
- "import": "./dist/vue-dnd-kit-core.es.js",
46
- "require": "./dist/vue-dnd-kit-core.cjs.js"
47
- }
48
- },
49
- "files": [
50
- "README.md",
51
- "CHANGELOG.md",
52
- "LICENSE",
53
- "dist"
54
- ],
55
- "publishConfig": {
56
- "access": "public",
57
- "registry": "https://registry.npmjs.org/"
58
- },
59
- "peerDependencies": {
60
- "vue": "^3.5.13"
61
- },
62
- "devDependencies": {
63
- "@types/node": "^24.10.0",
64
- "@vitejs/plugin-vue": "^6.0.1",
65
- "@vitejs/plugin-vue-jsx": "^5.1.4",
66
- "@vue/tsconfig": "^0.8.1",
67
- "prettier": "^3.8.1",
68
- "typescript": "~5.9.3",
69
- "vite": "^7.2.2",
70
- "vite-plugin-css-injected-by-js": "^3.5.2",
71
- "vite-plugin-dts": "^4.5.4",
72
- "vue": "^3.5.24",
73
- "vue-tsc": "^3.1.3"
74
- }
75
- }
1
+ {
2
+ "name": "@vue-dnd-kit/core",
3
+ "version": "2.2.0",
4
+ "description": "Core functionality for Vue DnD Kit - a lightweight Vue 3 library for building performant and accessible drag and drop interfaces",
5
+ "author": "ZiZIGY",
6
+ "license": "MIT",
7
+ "type": "module",
8
+ "keywords": [
9
+ "vue",
10
+ "dnd",
11
+ "drag",
12
+ "drop",
13
+ "drag and drop",
14
+ "drag and drop library",
15
+ "vue dnd",
16
+ "vue drag and drop",
17
+ "vue drag and drop library",
18
+ "vue dnd kit",
19
+ "vue dnd kit core",
20
+ "dnd-kit",
21
+ "dnd-kit core",
22
+ "vue-dnd-kit",
23
+ "vue-dnd-kit core",
24
+ "@vue-dnd-kit/core"
25
+ ],
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "git+https://github.com/zizigy/vue-dnd-kit.git",
29
+ "directory": "packages/core"
30
+ },
31
+ "scripts": {
32
+ "dev": "vite",
33
+ "start": "vite build --config vite.config.ts --watch",
34
+ "build": "vite build --config vite.config.ts",
35
+ "build:app": "vue-tsc -b && vite build",
36
+ "preview": "vite preview",
37
+ "prepublishOnly": "yarn build"
38
+ },
39
+ "main": "dist/vue-dnd-kit-core.cjs.js",
40
+ "module": "dist/vue-dnd-kit-core.es.js",
41
+ "types": "dist/index.d.ts",
42
+ "exports": {
43
+ ".": {
44
+ "types": "./dist/index.d.ts",
45
+ "import": "./dist/vue-dnd-kit-core.es.js",
46
+ "require": "./dist/vue-dnd-kit-core.cjs.js"
47
+ }
48
+ },
49
+ "files": [
50
+ "README.md",
51
+ "CHANGELOG.md",
52
+ "LICENSE",
53
+ "dist"
54
+ ],
55
+ "publishConfig": {
56
+ "access": "public",
57
+ "registry": "https://registry.npmjs.org/"
58
+ },
59
+ "peerDependencies": {
60
+ "vue": "^3.5.13"
61
+ },
62
+ "devDependencies": {
63
+ "@types/node": "^24.10.0",
64
+ "@vitejs/plugin-vue": "^6.0.1",
65
+ "@vitejs/plugin-vue-jsx": "^5.1.4",
66
+ "@vue/tsconfig": "^0.8.1",
67
+ "prettier": "^3.8.1",
68
+ "typescript": "~5.9.3",
69
+ "vite": "^7.2.2",
70
+ "vite-plugin-css-injected-by-js": "^3.5.2",
71
+ "vite-plugin-dts": "^4.5.4",
72
+ "vue": "^3.5.24",
73
+ "vue-tsc": "^3.1.3"
74
+ }
75
+ }