{
  "name": "react-reader-ali",
  "version": "0.18.10",
  "description": "A epub-reader for React powered by ePubJS",
  "main": "lib/index.js",
  "scripts": {
    "compile": "NODE_ENV=production babel --out-dir lib src/modules",
    "prepare": "npm run compile",
    "start": "react-scripts start",
    "build": "react-scripts build",
    "deploy": "gh-pages-deploy",
    "clean-source": "rimraf lib src public .babelrc .eslintrc .npmignore package.json README.md",
    "precommit": "pretty-quick --staged",
    "format": "prettier --write \"src/**/*.js\"",
    "test": "eslint -c .eslintrc src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alikazemkhanloo/react-reader.git"
  },
  "author": "Eyvind Gerhard Sletten",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/alikazemkhanloo/react-reader/issues"
  },
  "standard": {
    "parser": "babel-eslint"
  },
  "homepage": "https://github.com/alikazemkhanloo/react-reader.git",
  "devDependencies": {
    "@babel/cli": "^7.10.1",
    "@babel/core": "^7.10.2",
    "@babel/plugin-proposal-class-properties": "^7.10.1",
    "@babel/plugin-proposal-object-rest-spread": "^7.10.1",
    "@babel/preset-env": "^7.10.2",
    "@babel/preset-react": "^7.10.1",
    "gh-pages-deploy": "^0.5.1",
    "husky": "^4.2.5",
    "prettier": "^2.0.5",
    "pretty-quick": "^2.0.1",
    "react": "^16.12.0",
    "react-dom": "^16.13.1",
    "react-file-reader-input": "^2.0.0",
    "react-scripts": "^3.4.1",
    "rimraf": "^3.0.2",
    "styled-components": "^5.1.1",
    "styled-components-breakpoint": "^2.1.1"
  },
  "dependencies": {
    "epubjs-temp-tix": "^0.3.89",
    "prop-types": "^15.7.2",
    "react-swipeable": "^5.5.1"
  },
  "peerDependencies": {
    "react": ">=16.13.1"
  },
  "gh-pages-deploy": {
    "staticpath": "build",
    "prep": [
      "build"
    ],
    "post": [
      "clean-source"
    ],
    "noprompt": false
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}
