hoxa
Version:
A comprehensive collection of 100+ production-ready React hooks for state management, UI effects, forms, animations, and more. Carefully curated and optimized for performance and developer experience.
105 lines (104 loc) • 2.12 kB
JSON
{
"name": "hoxa",
"version": "0.2.3",
"description": "A comprehensive collection of 100+ production-ready React hooks for state management, UI effects, forms, animations, and more. Carefully curated and optimized for performance and developer experience.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"peerDependencies": {
"typescript": "^5",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/bun": "latest"
},
"scripts": {
"build": "bun build src/index.ts --outdir dist --external \"react*\" --external \"react-dom*\" --external \"react/jsx*\" && tsc"
},
"dependencies": {
"@types/lodash": "^4.17.19",
"axios": "^1.10.0",
"gsap": "^3.13.0",
"lodash": "^4.17.21",
"react-confetti": "^6.4.0"
},
"keywords": [
"react",
"reactjs",
"react-native",
"hooks",
"react-hooks",
"custom-hooks",
"use",
"use-hook",
"frontend",
"front-end",
"javascript",
"typescript",
"ts",
"state",
"state-management",
"effect",
"useeffect",
"form",
"forms",
"input",
"inputs",
"utils",
"utilities",
"web",
"webdev",
"async",
"asynchronous",
"data-fetching",
"fetch",
"api",
"localstorage",
"sessionstorage",
"storage",
"event",
"events",
"performance",
"optimization",
"react-library",
"react-utils",
"react-components",
"productivity",
"devtools",
"developer-tools",
"open-source",
"opensource",
"hoxa",
"react-hooks",
"frontend-tools",
"javascript-utils",
"react-performance",
"web-development",
"developer-productivity",
"ui",
"ux",
"component",
"components",
"hook",
"custom-hook",
"typescript-library",
"javascript-library",
"npm-package",
"npm-module",
"bundle",
"bundler",
"es6",
"esm",
"module",
"modern-javascript",
"typed",
"typescript",
"type-safe",
"strongly-typed"
]
}