-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 953 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-print-tool",
"version": "3.0.0",
"description": "Provides methods to open print preview for a specific component",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": "https://github.com/Bchir/react-print-tool",
"author": "Mohamed Amine BCHIR <Bchir.Mohamed.Amine@outlook.com>",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/node": "^12.7.1",
"@types/prop-types": "^15.7.1",
"@types/react": ">=16.9.1",
"@types/react-dom": ">=16.8.5",
"tslint-react": "^4.0.0",
"tslint-react-hooks": "^2.2.1",
"typescript": "^3.5.3"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"bundleDependencies": [],
"keywords": [
"PrintPreview",
"Print-Preview",
"Print-Component",
"Print",
"Preview",
"React",
"Typescript",
"react-print-tool",
"reactjs",
"print-element"
]
}