UNPKG

@zippytech/react-notify-resize

Version:

React Component that notifies you whenever it is resized

59 lines (58 loc) 1.93 kB
{ "name": "@zippytech/react-notify-resize", "version": "4.0.4", "description": "React Component that notifies you whenever it is resized", "main": "lib/index.js", "scripts": { "lib": "rimraf lib && babel --out-dir lib src", "build": "npm run lib", "dev": "webpack-dev-server --progress --colors --config ./build/dev.config.js", "release": "npm run release:patch", "release:patch": "npm run build && release patch && npm run registry-publish", "release:minor": "npm run build && release minor && npm run registry-publish", "release:major": "npm run build && release major && npm run registry-publish", "registry-publish": "npm config delete @zippytech:registry && npm publish . --access public && npm config set @zippytech:registry https://registry.zippytech.io/" }, "repository": { "type": "git", "url": "git+https://github.com/zippytech/react-notify-resize.git" }, "keywords": [ "react", "react-component", "resize", "notify", "event", "resizer", "resizable", "element query" ], "author": "Zippy Technologies <contact@zippyui.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/zippytech/react-notify-resize/issues" }, "homepage": "https://github.com/zippytech/react-notify-resize#readme", "dependencies": {}, "peerDependencies": { "prop-types": ">=15.0.0", "react": "^0.14.3 || >=15.0.0 || >=16.0.0" }, "devDependencies": { "release": "^4.0.0", "autoprefixer-loader": "^3.1.0", "babel-cli": "^6.6.5", "babel-core": "^6.3.21", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "extract-text-webpack-plugin": "^1.0.1", "prop-types": "^15.5.7", "react": "16", "react-dom": "16", "react-hot-loader": "^1.3.0", "rimraf": "^2.5.3", "webpack": "^1.12.9", "webpack-dev-server": "^1.12.1" } }