{
  "name": "react-zoom-children",
  "version": "0.1.3",
  "description": "react-zoom-children for react",
  "keywords": [
    "react",
    "react-zoom",
    "react-zoom-children",
    "zoom"
  ],
  "homepage": "https://github.com/becarchal/react-zoom-children",
  "author": "532477934@qq.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/becarchal/react-zoom-children.git"
  },
  "bugs": {
    "url": "https://github.com/becarchal/react-zoom-children/issues"
  },
  "files": [
    "lib",
    "assets/*.css",
    "es"
  ],
  "licenses": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "scripts": {
    "start": "rm -rf .storybook lib es && father doc dev --storybook",
    "build": "father doc build --storybook",
    "compile": "father build && lessc assets/index.less assets/index.css",
    "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
    "lint": "eslint src/ --ext .tsx,.ts",
    "test": "father test",
    "coverage": "father test --coverage",
    "now-build": "npm run build",
    "deploy": "npm run lint && father doc deploy"
  },
  "peerDependencies": {
    "react": "*"
  },
  "devDependencies": {
    "@types/classnames": "^2.2.9",
    "@types/enzyme": "^3.1.15",
    "@types/jest": "^24.0.15",
    "@types/raf": "^3.4.0",
    "@types/react": "^16.9.5",
    "@types/react-dom": "^16.9.1",
    "@types/react-lifecycles-compat": "^3.0.1",
    "@types/warning": "^3.0.0",
    "@umijs/fabric": "^2.0.0",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "enzyme-to-json": "^3.4.2",
    "eslint": "^6.5.1",
    "father": "^2.13.2",
    "jsonp": "^0.2.0",
    "less": "^3.10.3",
    "np": "^5.0.3",
    "pre-commit": "^1.2.2",
    "querystring": "^0.2.0",
    "rc-test": "^6.0.1",
    "react": "^16.10.2",
    "react-dom": "^16.10.2",
    "react-test-renderer": "^16.10.2",
    "typescript": "^3.6.3"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "rc-util": "^4.16.1",
    "react-lifecycles-compat": "^3.0.4"
  }
}
