UNPKG

vue3-dragable-bar

Version:
42 lines 981 B
{ "name": "vue3-dragable-bar", "version": "0.1.2", "description": "可拖动的长条", "repository": { "type": "git", "url": "git+https://github.com/mailhonor/vue3-dragable-bar.git" }, "keywords": [ "拖动", "resize", "改变大小" ], "author": { "name": "linuxmail", "email": "eli960@qq.com", "url": "https://github.com/mailhonor/vue3-dragable-bar" }, "license": "MIT", "homepage": "https://github.com/mailhonor/vue3-dragable-bar/", "bugs": { "url": "https://github.com/mailhonor/vue3-dragable-bar/issues" }, "main": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "node ./script/build.js", "dev": "vite -c demo/vite.config.ts" }, "peerDependencies": { "vue": ">3.4.21" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.1", "typescript": "^5.7.3", "vite-plugin-css-injected-by-js": "^3.5.2", "vue-tsc": "^2.2.2" }, "files": [ "dist/" ] }