{
  "name": "@gdjiami/rc-components",
  "version": "0.6.0-beta4",
  "description": "mygzb.com React Components",
  "main": "es/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prebuild": "rimraf es",
    "postbuild:es6module": "cpx \"components/**/!(example)/*.+(css|jpg|jpeg|gif|png|svg)\" ./es",
    "build:es6module": "tsc -d --outDir ./es",
    "build": "npm run build:es6module",
    "build:es5": "tsc -d --outDir ./es5",
    "lint": "tslint -c tslint.json \"components/**/*.ts?(x)\"",
    "prettier": "prettier --config .prettierrc --write \"components/**/*.ts?(x)\"",
    "doc": "docz dev",
    "build:doc": "docz build"
  },
  "lint-staged": {
    "*.ts?(x)": [
      "npm run prettier",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@code.ejiahe.com:25522/WEB/jm-rc-components.git"
  },
  "files": [
    "es",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "react",
    "react components"
  ],
  "author": "ivan",
  "license": "MIT",
  "peerDependencies": {
    "antd": ">=3.13.5",
    "lodash": ">=4.17.10",
    "react": ">=16.3.0",
    "react-dom": ">=16.3.0",
    "react-router": ">=4.3.1",
    "react-router-dom": ">=4.3.1",
    "tslib": ">=1.9.3"
  },
  "devDependencies": {
    "@types/classnames": "^2.2.4",
    "@types/lodash": "^4.14.113",
    "@types/node": "^10.9.4",
    "@types/qs": "^6.5.1",
    "@types/react": "^16.9.11",
    "@types/react-custom-scrollbars": "^4.0.5",
    "@types/react-dom": "^16.9.4",
    "@types/react-router": "^4.4.3",
    "@types/react-router-dom": "^4.3.1",
    "antd-v3": "npm:antd@3.25.1",
    "cpx": "^1.5.0",
    "css-loader": "^2.0.1",
    "docz": "^0.13.7",
    "docz-theme-default": "^0.13.4",
    "husky": "^0.14.3",
    "jh-tslint": "^1.0.0",
    "lint-staged": "^7.2.0",
    "mobx": "^5.0.3",
    "mobx-react": "^5.2.3",
    "parcel-bundler": "^1.9.7",
    "prettier": "^1.14.2",
    "react": "^16.7.0-alpha.2",
    "react-dom": "^16.7.0-alpha.2",
    "react-router": "^4.4.0-beta.6",
    "react-router-dom": "^4.4.0-beta.6",
    "rimraf": "^2.6.2",
    "style-loader": "^0.23.1",
    "tslint": "^5.10.0",
    "tslint-eslint-rules": "4.1.1",
    "tslint-react": "3.2.0",
    "typescript": "^3.7.2"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "immer": "^1.8.0",
    "qs": "^6.5.2",
    "react-custom-scrollbars": "^4.2.1",
    "react-split-pane": "^0.1.82"
  }
}