@vdnd/v3
Version:
A Vue drag-and-drop component library that is easy to use.
49 lines • 1.1 kB
JSON
{
"name": "@vdnd/v3",
"version": "1.0.1",
"type": "module",
"description": "A Vue drag-and-drop component library that is easy to use.",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"vue-dnd",
"vue-drag-drop",
"drag and drop",
"vue drag and drop"
],
"files": [
"dist"
],
"dependencies": {
"@vdnd/native": "1.0.1"
},
"peerDependencies": {
"vue": "^3.3.0"
},
"peerDependenciesMeta": {
"vue": {
"optional": true
}
},
"license": "MIT",
"author": {
"name": "zhengbaodi",
"email": "zhengbaodi329@outlook.com"
},
"repository": {
"type": "git",
"url": "https://github.com/zhengbaodi/vdnd",
"directory": "/packages/v3"
},
"homepage": "https://github.com/zhengbaodi/vdnd",
"bugs": {
"url": "https://github.com/zhengbaodi/vdnd/issues",
"email": "zhengbaodi329@outlook.com"
},
"scripts": {
"dev": "cross-env NODE_ENV=development pnpm build --watch",
"prebuild": "rimraf ./dist",
"build": "rollup -c rollup.config.js",
"type-check": "tsc --noEmit"
}
}