{
  "name": "material-ui-rating",
  "version": "4.2.0",
  "description": "Material style rating",
  "main": "lib/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "test": "standard",
    "lintfix": "standard --fix",
    "build": "babel src -d lib && (bash -c 'shopt -s globstar && cd src && cp --parents -vt ../lib/ **/*.d.ts')",
    "prepare": "babel src -d lib && (bash -c 'shopt -s globstar && cd src && cp --parents -vt ../lib/ **/*.d.ts')",
    "storybook": "start-storybook -p 6006"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TeamWertarbyte/material-ui-rating.git"
  },
  "keywords": [
    "react",
    "material",
    "material-ui",
    "rating",
    "react-component"
  ],
  "author": "Wertarbyte <kontakt@wertarbyte.com> (https://wertarbyte.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TeamWertarbyte/material-ui-rating/issues"
  },
  "homepage": "https://github.com/TeamWertarbyte/material-ui-rating#readme",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.3.0",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-react": "^7.0.0",
    "@material-ui/core": "^4.1.1",
    "@material-ui/icons": "^4.0.0-beta.0",
    "@material-ui/styles": "^4.1.1",
    "@storybook/addon-actions": "^5.1.8",
    "@storybook/react": "^5.1.8",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^8.0.6",
    "react": "^16.8.1",
    "react-dom": "^16.8.1",
    "standard": "^11.0.0"
  },
  "peerDependencies": {
    "@material-ui/core": "^4.0.0",
    "react": "^16.0.0"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "prop-types": "^15.5.8"
  },
  "standard": {
    "parser": "babel-eslint"
  }
}
