{
  "name": "react-to-print",
  "version": "2.14.7",
  "description": "Print React components in the browser",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "NODE_ENV=production webpack --progress",
    "lint": "eslint src/**/*.{ts,tsx}",
    "prepare": "npm run build && husky install",
    "start": "NODE_ENV=development webpack serve"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gregnb/react-to-print.git"
  },
  "keywords": [
    "react",
    "print",
    "reactjs",
    "react-to-print"
  ],
  "author": "gregnb <gregnb@gmail.com>",
  "contributors": [
    "Matthew Herbst <MatthewHerbst.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gregnb/react-to-print/issues"
  },
  "homepage": "https://github.com/gregnb/react-to-print#readme",
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
  },
  "dependencies": {
    "prop-types": "^15.8.1"
  },
  "devDependencies": {
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.11",
    "@types/react-tabs": "^2.3.4",
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "acorn": "^8.7.0",
    "clean-webpack-plugin": "^4.0.0",
    "css-loader": "^6.5.1",
    "eslint": "^8.7.0",
    "html-webpack-plugin": "^5.5.0",
    "husky": "^7.0.4",
    "lint-staged": "^12.3.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-tabs": "^3.2.3",
    "style-loader": "^3.3.1",
    "ts-loader": "^9.2.6",
    "tslib": "^2.3.1",
    "typescript": "^4.5.5",
    "url-loader": "^4.1.1",
    "webpack": "^5.67.0",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.7.3"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint"
    ]
  }
}
