{
  "name": "dashkit-ui",
  "description": "UI Components built on React.",
  "version": "0.0.19",
  "main": "es/index.js",
  "module": "es/index.js",
  "files": [
    "dist",
    "lib",
    "es"
  ],
  "author": "yuanzhaohao",
  "keywords": [
    "ui",
    "react",
    "component"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,json,md}": [
      "prettier --write",
      "git add"
    ],
    "*.{ts,tsx}": [
      "prettier --parser typescript --write",
      "tslint --project tsconfig.json --fix",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yuanzhaohao/dashkit-ui.git"
  },
  "homepage": "http://yuanzhaohao.github.io/dashkit-ui/#/",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.4.5",
    "@types/warning": "^3.0.0",
    "classnames": "^2.2.5",
    "create-react-context": "^0.2.3",
    "lodash-es": "^4.17.11",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-transition-group": "^2.4.0",
    "warning": "^4.0.3"
  }
}