UNPKG

use-why-rerender

Version:

A React hook to track and debug prop changes in components

57 lines (56 loc) 1.3 kB
{ "name": "use-why-rerender", "version": "0.0.2", "description": "A React hook to track and debug prop changes in components", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.esm.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "sideEffects": false, "scripts": { "build": "rollup -c rollup.config.mjs", "prepare": "npm run build", "test": "echo 'No tests yets'" }, "peerDependencies": { "react": ">=16.8.0" }, "dependencies": { "react-fast-compare": "^3.2.2" }, "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^19.0.1", "rollup": "^4.28.1", "tslib": "^2.8.1", "typescript": "^5.7.2" }, "keywords": [ "react", "hooks", "debug", "development", "props", "rerender" ], "author": "Samuel Söderberg", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sasoder/use-why-rerender.git" }, "bugs": { "url": "https://github.com/sasoder/use-why-rerender/issues" }, "homepage": "https://github.com/sasoder/use-why-rerender#readme" }