{
  "name": "react-rating",
  "version": "2.0.5",
  "description": "A rating react component with custom symbols",
  "main": "lib/react-rating.cjs.js",
  "module": "lib/react-rating.esm.js",
  "typings": "./index.d.ts",
  "files": [
    "index.d.ts",
    "README.md",
    "LICENSE.md",
    "lib/"
  ],
  "scripts": {
    "test": "mocha --compilers js:@babel/register --recursive",
    "lint": "eslint src --ext .js,.jsx",
    "dev": "rollup -c -w",
    "build": "rollup -c",
    "version": "npm run build && git add -A lib",
    "postversion": "git push && git push --tags",
    "gh-pages": "./scripts/gh-pages.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dreyescat/react-rating.git"
  },
  "keywords": [
    "rating",
    "react",
    "component",
    "react-component",
    "bootstrap",
    "fontawesome"
  ],
  "author": "dreyescat",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dreyescat/react-rating/issues"
  },
  "homepage": "https://github.com/dreyescat/react-rating",
  "peerDependencies": {
    "react": ">=16.3.0",
    "react-dom": ">=16.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@babel/standalone": "^7.0.0",
    "babel-eslint": "^9.0.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "bootstrap": "^3.3.5",
    "chai": "^4.1.2",
    "cross-env": "^5.2.0",
    "eslint": "^5.5.0",
    "eslint-plugin-react": "^7.11.1",
    "font-awesome": "^4.3.0",
    "mocha": "^5.2.0",
    "prismjs": "^1.6.0",
    "prop-types": "^15.6.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-test-renderer": "^16.4.2",
    "rollup": "^1.10.1",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-terser": "^4.0.4"
  },
  "dependencies": {
    "@types/lodash": "^4.14.105",
    "@types/react": "^16.0.40"
  }
}
