{
  "name": "vue-draggable-resizable-gorkys",
  "version": "3.0.0",
  "description": "Vue 3 draggable and resizable component with snapping, guide lines, and conflict detection.",
  "author": "Maurizio Bonani <maurizio.bonani@gmail.com>",
  "license": "MIT",
  "private": false,
  "main": "./dist/vue-draggable-resizable-gorkys.umd.cjs",
  "module": "./dist/vue-draggable-resizable-gorkys.js",
  "unpkg": "./dist/vue-draggable-resizable-gorkys.umd.cjs",
  "exports": {
    ".": {
      "import": "./dist/vue-draggable-resizable-gorkys.js",
      "require": "./dist/vue-draggable-resizable-gorkys.umd.cjs"
    },
    "./style.css": "./dist/style.css",
    "./sfc": "./src/components/vue-draggable-resizable.vue"
  },
  "files": [
    "dist",
    "src/components",
    "README.md",
    "README_ZH.md"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "lint": "eslint src tests .storybook stories/vue-draggable-resizable.stories.js vite.config.mjs vitest.config.mjs --ext .js,.vue",
    "test": "vitest run --coverage",
    "test:watch": "vitest",
    "storybook": "storybook dev -p 9001",
    "build-storybook": "storybook build"
  },
  "peerDependencies": {
    "vue": "^3.5.0"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/eslint-parser": "^7.28.0",
    "@storybook/addon-essentials": "^8.6.14",
    "@storybook/vue3-vite": "^8.6.14",
    "@vitejs/plugin-vue": "^5.2.4",
    "@vitest/coverage-v8": "^2.1.9",
    "@vue/compiler-sfc": "^3.5.21",
    "@vue/test-utils": "^2.4.6",
    "autoprefixer": "^10.4.20",
    "eslint": "^8.57.1",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-promise": "^6.6.0",
    "eslint-plugin-vue": "^9.32.0",
    "jsdom": "^26.1.0",
    "sinon": "^19.0.2",
    "storybook": "^8.6.14",
    "vite": "^5.4.10",
    "vitest": "^2.1.9",
    "vue": "^3.5.21",
    "vue-eslint-parser": "^9.4.3"
  },
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=10.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gorkys/vue-draggable-resizable-gorkys.git"
  },
  "bugs": {
    "url": "https://github.com/gorkys/vue-draggable-resizable-gorkys/issues"
  },
  "homepage": "https://github.com/gorkys/vue-draggable-resizable-gorkys",
  "keywords": [
    "vue",
    "vue3",
    "drag",
    "resize",
    "component"
  ]
}
