bloom-layout
Version:
layout components used in bloom packages
77 lines (76 loc) • 2.02 kB
JSON
{
"_from": "react-transition-group@^2.2.1",
"_id": "react-transition-group@2.2.1",
"_inBundle": false,
"_integrity": "sha512-q54UBM22bs/CekG8r3+vi9TugSqh0t7qcEVycaRc9M0p0aCEu+h6rp/RFiW7fHfgd1IKpd9oILFTl5QK+FpiPA==",
"_location": "/react-transition-group",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-transition-group@^2.2.1",
"name": "react-transition-group",
"escapedName": "react-transition-group",
"rawSpec": "^2.2.1",
"saveSpec": null,
"fetchSpec": "^2.2.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-2.2.1.tgz",
"_shasum": "e9fb677b79e6455fd391b03823afe84849df4a10",
"_spec": "react-transition-group@^2.2.1",
"_where": "/Users/katief/Desktop/IBN/vineyard/bloom-forms/example-form",
"author": "",
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/reactjs/react-transition-group/issues"
},
"bundleDependencies": false,
"dependencies": {
"chain-function": "^1.0.0",
"classnames": "^2.2.5",
"dom-helpers": "^3.2.0",
"loose-envify": "^1.3.1",
"prop-types": "^15.5.8",
"warning": "^3.0.0"
},
"deprecated": false,
"description": "A react component toolset for managing animations",
"homepage": "https://github.com/reactjs/react-transition-group#readme",
"jest": {
"testRegex": "-test\\.js",
"setupFiles": [
"./test/setup.js"
],
"roots": [
"<rootDir>/test"
]
},
"keywords": [
"react",
"transition",
"addons",
"transition-group",
"animation",
"css",
"transitions"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "react-transition-group",
"peerDependencies": {
"react": ">=15.0.0",
"react-dom": ">=15.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactjs/react-transition-group.git"
},
"version": "2.2.1"
}