react-fast-hooks
Version:
A collection of custom React hooks
53 lines (52 loc) • 1.35 kB
JSON
{
"name": "react-fast-hooks",
"version": "1.1.1",
"description": "A collection of custom React hooks",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"build-dev": "rollup -c --watch"
},
"files": [
"dist/index.esm.js",
"dist/index.d.ts"
],
"keywords": [
"react",
"hooks",
"utility-hooks",
"custom-hooks",
"fast-hooks"
],
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"react": "^18.3.1",
"rollup": "^4.19.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.1",
"tslib": "^2.6.3",
"typescript": "^5.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/jpranays/react-fast-hooks.git"
},
"homepage": "https://jpranays.github.io/react-fast-hooks/",
"author": "Pranay <pranay1315@gmail.com>",
"license": "MIT"
}