UNPKG

@bkrem/react-transition-group

Version:

A react component toolset for managing animations

50 lines (49 loc) 1.17 kB
{ "name": "@bkrem/react-transition-group", "version": "1.3.5", "description": "A react component toolset for managing animations", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/bkrem/react-transition-group.git" }, "keywords": [ "react", "transition", "addons", "transition-group", "animation", "css", "transitions" ], "author": "", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/bkrem/react-transition-group/issues" }, "homepage": "https://github.com/bkrem/react-transition-group#readme", "jest": { "testRegex": "-test\\.js", "roots": [ "<rootDir>/test" ], "timers": "fake" }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "dependencies": { "chain-function": "^1.0.0", "dom-helpers": "^3.3.1", "loose-envify": "^1.3.1", "prop-types": "^15.5.6", "react-lifecycles-compat": "^3.0.4", "warning": "^3.0.0" }, "browserify": { "transform": [ "loose-envify" ] } }