{
  "name": "jh-lib",
  "version": "0.0.1-beta.1",
  "description": "A React-based component library",
  "repository": "https://github.com/laixstx/jh-lib.git",
  "keywords": [
    "react",
    "component",
    "jh-lib"
  ],
  "author": "twobear",
  "license": "MIT",
  "files": [
    "es"
  ],
  "sideEffects": [
    "es/*",
    "src/*"
  ],
  "main": "es/index.js",
  "module": "es/index.js",
  "scripts": {
    "f:build": "father build",
    "build": "sh ./scripts/es_build.sh",
    "doc:dev": "father doc dev",
    "doc:build": "father doc build",
    "doc:deploy": "father doc deploy",
    "doc:sh": "sh ./scripts/doc_deploy.sh",
    "npm:reg": "npm config set registry https://registry.npmjs.org/ && npm publish",
    "npm:tb": "npm config set registry http://registry.npm.taobao.org/"
  },
  "browserslist": [
    "ie>8",
    "Safari >= 6"
  ],
  "devDependencies": {
    "@types/classnames": "^2.2.9",
    "@types/lodash-es": "^4.17.3",
    "babel-plugin-import": "^1.13.0",
    "child_process": "^1.0.2",
    "father": "^2.29.1"
  },
  "dependencies": {
    "@babel/runtime": "^7.7.7",
    "antd": "^3.26.3",
    "classnames": "^2.2.6",
    "jh-utils": "^0.0.1-beta.2",
    "lodash-es": "^4.17.15",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "umi-plugin-locale": "^2.11.4"
  }
}
