{
  "name": "react-drag-panel",
  "version": "0.1.4",
  "description": "Drag & drop panel grid layout for React",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "drag-and-drop",
    "grid",
    "panel",
    "dashboard",
    "layout",
    "react-grid",
    "panel-grid",
    "react-drag",
    "custom-layout",
    "grid-layout"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sanholl/react-drag-panel"
  },
  "bugs": {
    "url": "https://github.com/sanholl/react-drag-panel/issues"
  },
  "author": "Hansol Jang <edgar.jang93@gmail.com>",
  "license": "MIT",
  "scripts": {
    "dev": "vite",
    "build": "tsup",
    "test": "vitest ",
    "lint": "eslint ."
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.21.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "@vitejs/plugin-react": "^4.3.4",
    "autoprefixer": "^10.4.21",
    "eslint": "^9.21.0",
    "eslint-plugin-react-hooks": "^5.1.0",
    "eslint-plugin-react-refresh": "^0.4.19",
    "globals": "^15.15.0",
    "jsdom": "^26.0.0",
    "postcss": "^8.5.3",
    "tsup": "^8.4.0",
    "typescript": "~5.7.2",
    "typescript-eslint": "^8.24.1",
    "vite": "^6.2.0",
    "vitest": "^3.1.1"
  },
  "dependencies": {
    "react-drag-panel": "file:"
  }
}
