UNPKG

1.76 kBJSONView Raw
1{
2 "name": "react-to-print",
3 "version": "3.0.1",
4 "description": "Print React components in the browser",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "files": [
8 "lib"
9 ],
10 "scripts": {
11 "build": "NODE_ENV=production webpack --progress",
12 "lint": "eslint ./src",
13 "prepare": "npm run build && husky install",
14 "start": "NODE_ENV=development webpack serve"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/MatthewHerbst/react-to-print.git"
19 },
20 "keywords": [
21 "react",
22 "print",
23 "reactjs",
24 "react-to-print"
25 ],
26 "author": "Matthew Herbst <MatthewHerbst.com>",
27 "contributors": [
28 "gregnb <gregnb@gmail.com>"
29 ],
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/MatthewHerbst/react-to-print/issues"
33 },
34 "homepage": "https://github.com/MatthewHerbst/react-to-print#readme",
35 "peerDependencies": {
36 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ~19"
37 },
38 "devDependencies": {
39 "@types/react": "^18.3.10",
40 "@types/react-dom": "^18.3.0",
41 "@typescript-eslint/eslint-plugin": "^8.7.0",
42 "@typescript-eslint/parser": "^8.7.0",
43 "acorn": "^8.12.1",
44 "clean-webpack-plugin": "^4.0.0",
45 "copy-webpack-plugin": "^12.0.2",
46 "css-loader": "^7.1.2",
47 "eslint": "^8.56.0",
48 "html-webpack-plugin": "^5.6.0",
49 "husky": "^9.1.6",
50 "lint-staged": "^15.2.10",
51 "react": "^18.3.1",
52 "react-dom": "^18.3.1",
53 "react-tabs": "^6.0.2",
54 "style-loader": "^4.0.0",
55 "ts-loader": "^9.5.1",
56 "tslib": "^2.7.0",
57 "typescript": "^5.6.2",
58 "url-loader": "^4.1.1",
59 "webpack": "^5.95.0",
60 "webpack-cli": "^5.1.4",
61 "webpack-dev-server": "^5.1.0"
62 },
63 "lint-staged": {
64 "*.{ts,tsx}": [
65 "eslint"
66 ]
67 }
68}