{
  "name": "react-drag-and-drop-multiple-dynamic-column",
  "version": "1.0.1",
  "description": "Simple react component to drag and drop to multiple box",
  "keywords": [
    "React drag and drop",
    "Drag and drop",
    "Multiple drag and drop",
    "Multi drag drop",
    "React multiple drag drop",
    "React multiple box drag drop",
    "React horizontal and vertical drag and drop",
    "Javascript drag and drop",
    "React drag and drop multiple",
    "React drag",
    "React dnd",
    "React multiple dnd",
    "Dnd",
    "Kanban board",
    "Kanban board dnd"
  ],
  "author": "Bibin antony",
  "main": "build/index.js",
  "module": "build/index.js",
  "files": [
    "build",
    "README.md"
  ],
  "homepage": "https://bibinantony1998.github.io/react-drag-and-drop-multiple",
  "repository": {
    "type": "git",
    "url": "https://github.com/bibinantony1998/react-drag-and-drop-multiple"
  },
  "dependencies": {
    "@types/react-beautiful-dnd": "^13.1.2",
    "react-beautiful-dnd": "^13.1.0"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "22.0.2",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "14.1.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.11.59",
    "@types/react": "^18.0.20",
    "@types/react-dom": "^18.0.6",
    "postcss": "^8.4.16",
    "react-scripts": "5.0.1",
    "rollup": "2.79.0",
    "rollup-plugin-peer-deps-external": "2.2.4",
    "rollup-plugin-postcss": "4.0.2",
    "rollup-plugin-typescript2": "0.34.0",
    "sass": "^1.54.9",
    "typescript": "^4.8.3",
    "web-vitals": "^2.1.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "rm -rf build && rollup -c",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "deploy": "gh-pages -d build",
    "react-build": "CI=false && react-scripts build",
    "prepublishOnly": "npm run build"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "license": "ISC",
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
