UNPKG

@vue-dnd-kit/core

Version:

Core functionality for Vue DnD Kit - a lightweight Vue 3 library for building performant and accessible drag and drop interfaces

74 lines (73 loc) 1.83 kB
{ "name": "@vue-dnd-kit/core", "version": "1.7.0", "description": "Core functionality for Vue DnD Kit - a lightweight Vue 3 library for building performant and accessible drag and drop interfaces", "author": "ZiZIGY", "license": "MIT", "keywords": [ "vue", "dnd", "drag", "drop", "drag and drop", "drag and drop library", "vue dnd", "vue drag and drop", "vue drag and drop library", "vue dnd kit", "vue dnd kit core", "dnd-kit", "dnd-kit core", "vue-dnd-kit", "vue-dnd-kit core", "@vue-dnd-kit/core" ], "repository": { "type": "git", "url": "git+https://github.com/zizigy/vue-dnd-kit.git", "directory": "packages/core" }, "scripts": { "dev": "yarn build --watch", "start": "vite build --watch", "build": "vite build", "test": "vitest run", "lint": "eslint src --ext .ts,.vue", "prepublishOnly": "vite build" }, "main": "dist/vue-dnd-kit-core.cjs.js", "module": "dist/vue-dnd-kit-core.es.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/vue-dnd-kit-core.es.js", "require": "./dist/vue-dnd-kit-core.cjs.js" } }, "files": [ "README.md", "CHANGELOG.md", "LICENSE", "dist" ], "peerDependencies": { "@vueuse/core": "^13.1.0", "vue": "^3.5.13" }, "devDependencies": { "@types/node": "^22.13.14", "@vitejs/plugin-vue": "^4.2.3", "@vueuse/core": "^13.1.0", "eslint": "^8.38.0", "typescript": "^4.9.5", "vite": "^6.0.5", "vite-plugin-dts": "^4.5.0", "vitepress": "^1.6.3", "vue": "^3.5.13" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }