forked from ZeMunchkin/react-component-export-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 951 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-component-export-image",
"version": "0.1.6",
"description": "export component as jpeg, png, pdf",
"main": "dist/index.js",
"scripts": {
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salman-monetate/react-component-export-image.git"
},
"keywords": [
"react",
"component",
"export",
"png",
"jpeg",
"pdf"
],
"author": "Salman Siddiqui",
"license": "MIT",
"bugs": {
"url": "https://github.com/salman-monetate/react-component-export-image/issues"
},
"homepage": "https://github.com/salman-monetate/react-component-export-image#readme",
"dependencies": {
"html2canvas": "^1.0.0-rc.5",
"jspdf": "^1.5.3",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"babel-loader": "^8.0.5",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
}
}