{
  "_from": "@material-ui/react-transition-group@^4.2.0",
  "_id": "@material-ui/react-transition-group@4.3.0",
  "_inBundle": false,
  "_integrity": "sha512-CwQ0aXrlUynUTY6sh3UvKuvye1o92en20VGAs6TORnSxUYeRmkX8YeTUN3lAkGiBX1z222FxLFO36WWh6q73rQ==",
  "_location": "/@material-ui/react-transition-group",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@material-ui/react-transition-group@^4.2.0",
    "name": "@material-ui/react-transition-group",
    "escapedName": "@material-ui%2freact-transition-group",
    "scope": "@material-ui",
    "rawSpec": "^4.2.0",
    "saveSpec": null,
    "fetchSpec": "^4.2.0"
  },
  "_requiredBy": [
    "/@shopify/polaris"
  ],
  "_resolved": "https://registry.npmjs.org/@material-ui/react-transition-group/-/react-transition-group-4.3.0.tgz",
  "_shasum": "92529142addb5cc179dbf42d246c7e3fe4d6104b",
  "_spec": "@material-ui/react-transition-group@^4.2.0",
  "_where": "/home/mgrdgioj/nodevenv/pulpe.mgr-dev.xyz/10/lib/node_modules/@shopify/polaris",
  "author": "",
  "browserify": {
    "transform": [
      "loose-envify"
    ]
  },
  "bugs": {
    "url": "https://github.com/reactjs/react-transition-group/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.5.5",
    "dom-helpers": "^5.0.1",
    "loose-envify": "^1.4.0",
    "prop-types": "^15.6.2"
  },
  "deprecated": "No longer maintained since react-transition-group reached feature parity. If you use Material-UI bump @material-ui/core to ^4.9.14. Otherwise use react-transition-group@^4.4.0 with the new nodeRef prop.",
  "description": "A react component toolset for managing animations",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@restart/hooks": "^0.3.22",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/github": "^7.0.5",
    "@semantic-release/npm": "^7.0.5",
    "@storybook/addon-actions": "^5.3.18",
    "@storybook/react": "^5.3.18",
    "astroturf": "^0.10.4",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "babel-preset-jason": "^6.2.0",
    "cherry-pick": "^0.5.0",
    "cross-env": "^7.0.2",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "eslint": "^6.8.0",
    "eslint-config-jason": "^7.0.1",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^3.0.0",
    "husky": "^4.2.5",
    "jest": "^25.3.0",
    "prettier": "^2.0.4",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "release-script": "^1.0.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.6.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-size-snapshot": "^0.11.0",
    "rollup-plugin-terser": "^5.3.0",
    "semantic-release": "^17.0.6",
    "semantic-release-alt-publish-dir": "^3.0.0",
    "webpack-atoms": "^12.1.0"
  },
  "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": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "name": "@material-ui/react-transition-group",
  "peerDependencies": {
    "react": ">=16.6.0",
    "react-dom": ">=16.6.0"
  },
  "release": {
    "pkgRoot": "lib",
    "verifyConditions": [
      "@semantic-release/changelog",
      "semantic-release-alt-publish-dir",
      "@semantic-release/git",
      "@semantic-release/github"
    ],
    "prepare": [
      "@semantic-release/changelog",
      "semantic-release-alt-publish-dir",
      "@semantic-release/npm",
      "@semantic-release/git"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mui-org/react-transition-group.git"
  },
  "scripts": {
    "bootstrap": "yarn && yarn --cwd www",
    "build": "rimraf lib && yarn build:cjs && yarn build:esm && yarn build:pick && yarn build:dist && cp README.md LICENSE ./lib",
    "build-storybook": "build-storybook",
    "build:cjs": "babel src --out-dir lib/cjs",
    "build:dist": "cross-env BABEL_ENV=esm rollup -c",
    "build:docs": "npm -C www run build",
    "build:esm": "cross-env BABEL_ENV=esm babel src --out-dir lib/esm",
    "build:pick": "cherry-pick --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm",
    "deploy-docs": "yarn --cwd www run deploy",
    "lint": "eslint src test",
    "release": "release",
    "release:next": "release --preid beta --tag next",
    "semantic-release": "semantic-release",
    "start": "yarn --cwd www run develop",
    "storybook": "start-storybook -p 6006",
    "tdd": "jest --watch",
    "test": "npm run lint && npm run testonly",
    "testonly": "jest --verbose"
  },
  "sideEffects": false,
  "version": "4.3.0"
}
