UNPKG

react-fader

Version:

component that fades out old children, then fades in new children when its children change

48 lines (47 loc) 1.16 kB
{ "name": "react-fader", "version": "3.3.0", "description": "component that fades out old children, then fades in new children when its children change", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/jcoreio/react-fader.git" }, "keywords": [ "react", "animation", "transition", "fade" ], "author": "Andy Edwards", "license": "MIT", "bugs": { "url": "https://github.com/jcoreio/react-fader/issues" }, "homepage": "https://github.com/jcoreio/react-fader#readme", "dependencies": { "@babel/runtime": "^7.18.6", "@jcoreio/toolchain-semantic-release": "^3.4.0", "inline-style-prefixer": "^3.0.6", "prop-types": "^15.6.0", "react-transition-context": "^5.1.2" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "main": "index.js", "module": "index.mjs", "types": "index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./index.d.ts", "import": "./index.mjs", "default": "./index.js" } }, "engines": { "node": ">=16" }, "packageManager": "pnpm@8.11.0" }