UNPKG

react-screen-responsive-hooks

Version:

A simple React hooks kit for handling window size, breakpoints, orientation, and media queries in responsive layouts.

39 lines (38 loc) 874 B
{ "name": "react-screen-responsive-hooks", "version": "1.0.1", "description": "A simple React hooks kit for handling window size, breakpoints, orientation, and media queries in responsive layouts.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "react", "hooks", "custom-hooks", "responsive", "media", "breakpoints", "windowsize" ], "author": "Shubham Ragaji", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ShubhamRagaji/responsive-hooks-npm.git" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "typescript": "^5.8.3" } }