{
  "_args": [
    [
      "react-smooth@1.0.5",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_from": "react-smooth@1.0.5",
  "_id": "react-smooth@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-eW057HT0lFgCKh8ilr0y2JaH2YbNcuEdFpxyg7Gf/qDKk9hqGMyXryZJ8iMGJEuKH0+wxS0ccSsBBB3W8yCn8w==",
  "_location": "/react-smooth",
  "_phantomChildren": {
    "@babel/runtime": "7.12.1",
    "loose-envify": "1.4.0",
    "prop-types": "15.7.2",
    "react-lifecycles-compat": "3.0.4"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-smooth@1.0.5",
    "name": "react-smooth",
    "escapedName": "react-smooth",
    "rawSpec": "1.0.5",
    "saveSpec": null,
    "fetchSpec": "1.0.5"
  },
  "_requiredBy": [
    "/recharts"
  ],
  "_resolved": "https://registry.npmjs.org/react-smooth/-/react-smooth-1.0.5.tgz",
  "_spec": "1.0.5",
  "_where": "/var/www/html/iqecommerce",
  "author": {
    "name": "JasonHzq"
  },
  "bugs": {
    "url": "https://github.com/recharts/react-smooth/issues"
  },
  "dependencies": {
    "lodash": "~4.17.4",
    "prop-types": "^15.6.0",
    "raf": "^3.4.0",
    "react-transition-group": "^2.5.0"
  },
  "description": "react animation library",
  "devDependencies": {
    "@babel/cli": "^7.1.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/runtime": "^7.0.0",
    "babel-eslint": "^10.0.0",
    "babel-loader": "^8.0.0",
    "babel-plugin-lodash": "^3.3.0",
    "chai": "^4.1.2",
    "chai-enzyme": "^0.8.0",
    "chai-spies": "^0.7.1",
    "cross-env": "^5.0.5",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.2",
    "eslint": "^4.8.0",
    "eslint-config-airbnb": "^16.0.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.4.0",
    "json-loader": "^0.5.7",
    "karma": "^3.0.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.0",
    "karma-coveralls": "^2.1.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-mocha": "^1.3.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.0-rc.2",
    "mocha": "^4.0.1",
    "pre-commit": "^1.1.3",
    "react": "^16.0.0",
    "react-addons-test-utils": "^15.6.2",
    "react-dom": "^16.0.0",
    "webpack": "^4.20.0",
    "webpack-bundle-analyzer": "^2.11.0",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.9"
  },
  "files": [
    "*.md",
    "es6",
    "lib",
    "umd",
    "src"
  ],
  "homepage": "https://github.com/recharts/react-smooth#readme",
  "keywords": [
    "react",
    "reactjs",
    "animation",
    "react-component"
  ],
  "license": "MIT",
  "main": "lib/index",
  "module": "es6/index",
  "name": "react-smooth",
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0",
    "react-dom": "^15.0.0 || ^16.0.0"
  },
  "pre-commit": [
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/recharts/react-smooth.git"
  },
  "scripts": {
    "autofix": "eslint src --fix",
    "build": "npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min",
    "build-cjs": "rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib",
    "build-es6": "rimraf es6 && babel ./src -d es6",
    "build-min": "cross-env NODE_ENV=production BABEL_ENV=commonjs webpack src/index.js -o umd/ReactSmooth.min.js",
    "build-umd": "cross-env NODE_ENV=development BABEL_ENV=commonjs webpack src/index.js -o umd/ReactSmooth.js",
    "demo": "cross-env BABEL_ENV=commonjs webpack-dev-server --progress --port 4000 --colors --content-base demo --hot --inline --config demo/webpack.config.js",
    "lint": "eslint src",
    "test": "cross-env NODE_ENV=test karma start test/karma.conf.js"
  },
  "version": "1.0.5"
}
