reactuals
Version:
A useful package providing a collection of 50+ React hooks and utilities to simplify React development.
57 lines (56 loc) • 1.26 kB
JSON
{
"name": "reactuals",
"version": "1.1.5",
"description": "A useful package providing a collection of 50+ React hooks and utilities to simplify React development.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsc"
},
"keywords": [
"react",
"hooks",
"tools",
"js",
"functions",
"helpful",
"utilities",
"react-utils",
"typescript",
"custom-hooks",
"react-hooks",
"frontend",
"react-library",
"react-component",
"react-development",
"react-hooks",
"react-utilities",
"react-hooks-library",
"react-hooks-utils",
"react-hooks-utilities",
"react-hooks-toolkit",
"react-hooks-collection",
"react-hooks-toolkit",
"react-hooks-helpers"
],
"author": "Ankit Panchal",
"license": "ISC",
"homepage": "https://reactuals.vercel.app/",
"repository": {
"type": "git",
"url": "https://github.com/reactuals/reactuals"
},
"bugs": {
"url": "https://github.com/reactuals/reactuals/issues"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^19.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.6"
}
}