-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 980 Bytes
/
package.json
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-components",
"description": "Print specific react components in the browser.",
"version": "1.0.4",
"keywords": [
"react",
"component",
"print",
"react-print-components"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "[email protected]:arthur-souza/react-print-components.git",
"homepage": "https://github.com/arthur-souza/react-print-components#readme",
"bugs": {
"url": "https://github.com/arthur-souza/react-print-components/issues"
},
"author": "Arthur Souza <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"np": "^3.0.4",
"prettier": "^1.13.7",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
},
"dependencies": {
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"scripts": {
"build": "tsc",
"release": "np"
}
}