{
  "name": "@vital-ui/react-button",
  "version": "0.10.5",
  "description": "",
  "main": "cjs/index.js",
  "module": "dist/index.js",
  "scripts": {
    "clean": "rm -rf dist lib",
    "compile": "tsc && tsc --module commonjs --outdir cjs"
  },
  "author": "Eric Yip (https://github.com/ericyip)",
  "peerDependencies": {
    "react": "^16",
    "react-dom": "^16",
    "styled-components": "*"
  },
  "dependencies": {
    "@vital-ui/react-theme": "^0.10.5",
    "@vital-ui/react-utils": "^0.10.5",
    "classnames": "^2.2.6",
    "polished": "^3.0.0",
    "styled-map": "^3.2.0-rc.1"
  },
  "devDependencies": {
    "typescript": "3.3.4000"
  },
  "gitHead": "6f0d3f67b68ca6f2b5e9b239326910b914b43d36"
}
