UNPKG

@rexora/hooks

Version:

A modern, lightweight collection of reusable React hooks for everyday frontend development. Built to be flexible, composable, and framework-friendly.

47 lines (46 loc) 823 B
{ "name": "@rexora/hooks", "version": "1.0.6", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs.js", "import": "./dist/index.es.js" } }, "files": [ "dist" ], "keywords": [ "react", "react-hooks", "hooks", "custom-hooks", "usehook", "useHooks", "frontend", "javascript", "typescript", "react-library", "state-management", "utils", "utility-hooks", "web-development", "ui-hooks", "performance", "reusable-hooks", "modern-react" ], "scripts": { "build": "vite build" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/react": "^19.1.6", "@types/react-dom": "^19.1.5" } }