{
  "name": "msteams-ui-components-react",
  "version": "0.8.4",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/OfficeDev/msteams-ui-components.git"
  },
  "bugs": {
    "url": "https://github.com/OfficeDev/msteams-ui-components/issues"
  },
  "scripts": {
    "prepublishOnly": "yarn clean && yarn && yarn build",
    "clean": "gulp clean",
    "build": "gulp",
    "build:watch": "gulp watch",
    "build:crash": "gulp build-crash-on-error",
    "lint": "gulp lint",
    "link:self": "yarn link",
    "link:deps": "yarn link msteams-ui-styles-core && yarn link msteams-ui-icons-react"
  },
  "author": {
    "name": "Microsoft Corporation"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "@types/mousetrap": "^1.6.0",
    "@types/node": "^10.12.18",
    "@types/prop-types": "^15.5.8",
    "@types/react": "^16.7.17",
    "del": "^3.0.0",
    "gulp": "^4.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-filter": "^5.1.0",
    "gulp-tslint": "^8.1.3",
    "gulp-typescript": "^5.0.0",
    "prop-types": "^15.6.2",
    "react": "^16.7.0",
    "tslint": "^5.12.0",
    "typescript": "^3.2.2",
    "typestyle": "^2.0.1"
  },
  "peerDependencies": {
    "@types/prop-types": "^15.5.8",
    "@types/react": "^16.7.17",
    "prop-types": "^15.6.2",
    "react": "^16.7.0"
  },
  "dependencies": {
    "mousetrap": "^1.6.2",
    "msteams-ui-icons-react": "^0.4.2",
    "msteams-ui-styles-core": "^0.8.2"
  }
}
