UNPKG

react-resize-hook

Version:
36 lines (35 loc) 788 B
{ "name": "react-resize-hook", "version": "1.1.0", "description": "React resize observer hook", "main": "index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/rapgodnpm/react-resize-hook.git" }, "keywords": [ "react", "resize", "observer", "hooks", "hook" ], "author": "rapgod", "license": "MIT", "bugs": { "url": "https://github.com/rapgodnpm/react-resize-hook/issues" }, "homepage": "https://github.com/rapgodnpm/react-resize-hook#readme", "types": "index.d.ts", "dependencies": { "resize-observer-polyfill": "^1.5.1" }, "devDependencies": { "react": "^17.0.1", "typescript": "^4.1.3" } }