{
  "_from": "react-to-print@~2.12.6",
  "_id": "react-to-print@2.12.6",
  "_inBundle": false,
  "_integrity": "sha512-O4hpQZX8pOd3W910n+WkT9Jvpd3tFcEWqTFHrm69bCGI/Nh5g2CoLrzaXObQW9BA9mK1K4+3qG88Q6DAJs+oWg==",
  "_location": "/react-to-print",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-to-print@~2.12.6",
    "name": "react-to-print",
    "escapedName": "react-to-print",
    "rawSpec": "~2.12.6",
    "saveSpec": null,
    "fetchSpec": "~2.12.6"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-to-print/-/react-to-print-2.12.6.tgz",
  "_shasum": "ac4537e12528ce865a1a652dcdfb19c5b20c9cce",
  "_spec": "react-to-print@~2.12.6",
  "_where": "/var/www/html/prod/amplitech-react-js",
  "author": {
    "name": "gregnb",
    "email": "gregnb@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/gregnb/react-to-print/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Matthew Herbst",
      "email": "MatthewHerbst.com"
    }
  ],
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "deprecated": false,
  "description": "Print React components in the browser",
  "devDependencies": {
    "@types/react": "^17.0.8",
    "@types/react-dom": "^17.0.5",
    "@typescript-eslint/eslint-plugin": "^4.25.0",
    "@typescript-eslint/parser": "^4.25.0",
    "acorn": "^8.2.4",
    "clean-webpack-plugin": "^3.0.0",
    "css-loader": "^5.2.6",
    "eslint": "^7.27.0",
    "html-webpack-plugin": "^5.3.1",
    "husky": "^6.0.0",
    "lint-staged": "^10.5.4",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "style-loader": "^2.0.0",
    "ts-loader": "^8.1.0",
    "tslib": "^2.2.0",
    "typescript": "^4.2.4",
    "url-loader": "^4.1.1",
    "webpack": "^5.38.1",
    "webpack-cli": "^4.7.0",
    "webpack-dev-server": "^3.11.2"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/gregnb/react-to-print#readme",
  "keywords": [
    "react",
    "print",
    "reactjs",
    "react-to-print"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint"
    ]
  },
  "main": "lib/index.js",
  "name": "react-to-print",
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0",
    "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gregnb/react-to-print.git"
  },
  "scripts": {
    "build": "NODE_ENV=production webpack --progress",
    "lint": "eslint src/**/*.{ts,tsx}",
    "prepare": "npm run build && husky install",
    "start": "NODE_ENV=development webpack serve"
  },
  "types": "lib/index.d.ts",
  "version": "2.12.6"
}
