UNPKG

react-resizable

Version:
80 lines (79 loc) 2.21 kB
{ "name": "react-resizable", "version": "3.0.4", "description": "A component that is resizable with handles.", "main": "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", "validate": "yarn check", "preversion": "npm run lint", "version": "git add CHANGELOG.md", "postversion": "git push && git push --tags", "flow": "flow" }, "repository": { "type": "git", "url": "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.14.5", "@babel/core": "^7.14.6", "@babel/eslint-parser": "^7.14.5", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.14.5", "@babel/preset-env": "^7.14.5", "@babel/preset-flow": "^7.14.5", "@babel/preset-react": "^7.14.5", "babel-loader": "^8.0.6", "cross-env": "^7.0.2", "css-loader": "^5.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.4", "eslint": "^7.28.0", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-react": "^7.24.0", "flow-bin": "^0.153.0", "jest": "^27.0.4", "lodash": "^4.17.20", "pre-commit": "^1.1.2", "react": "^16.10.2", "react-dom": "^16.10.2", "react-test-renderer": "^16.11.0", "style-loader": "^2.0.0", "webpack": "^5.39.0", "webpack-cli": "^4.7.2", "webpack-dev-server": "^3.8.2" }, "dependencies": { "prop-types": "15.x", "react-draggable": "^4.0.3" }, "peerDependencies": { "react": ">= 16.3" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "pre-commit": [ "lint", "validate", "test" ] }