{
  "name": "react-resizable",
  "version": "3.1.3",
  "description": "A component that is resizable with handles.",
  "main": "index.js",
  "files": [
    "build/",
    "css/",
    "index.js"
  ],
  "scripts": {
    "lint": "eslint lib/ __tests__/ setupTests/; flow",
    "test": "jest --coverage",
    "unit": "jest --watch --verbose",
    "build": "bash build.sh",
    "build-example": "webpack",
    "dev": "webpack serve --open",
    "prepublishOnly": "npm run build",
    "preversion": "npm run lint",
    "version": "git add CHANGELOG.md",
    "postversion": "git push && git push --tags",
    "flow": "flow"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-grid-layout/react-resizable.git"
  },
  "keywords": [
    "react",
    "resize",
    "resizable"
  ],
  "author": "Samuel Reed <samuel.trace.reed@gmail.com> (http://strml.net/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react-grid-layout/react-resizable/issues"
  },
  "homepage": "https://github.com/react-grid-layout/react-resizable",
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.5",
    "@babel/eslint-parser": "^7.28.5",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/preset-env": "^7.28.5",
    "@babel/preset-flow": "^7.27.1",
    "@babel/preset-react": "^7.28.5",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.1.0",
    "@testing-library/react": "^16.3.1",
    "@testing-library/user-event": "^14.5.0",
    "babel-loader": "^10.0.0",
    "cross-env": "^10.1.0",
    "css-loader": "^7.1.2",
    "eslint": "^9.39.2",
    "eslint-plugin-jest": "^29.11.3",
    "eslint-plugin-react": "^7.37.5",
    "flow-bin": "^0.153.0",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "lodash": "^4.17.20",
    "pre-commit": "^1.1.2",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "style-loader": "^4.0.0",
    "webpack": "^5.104.1",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.2"
  },
  "dependencies": {
    "prop-types": "15.x",
    "react-draggable": "^4.5.0"
  },
  "peerDependencies": {
    "react": ">= 16.3",
    "react-dom": ">= 16.3"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "pre-commit": [
    "lint",
    "test"
  ]
}
