-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
42 lines (42 loc) · 1.11 KB
/
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
40
41
42
{
"name": "react-component-export-image",
"version": "1.0.6",
"description": "export component as jpeg, png, pdf",
"main": "dist/index.js",
"types": "main.d.ts",
"scripts": {
"build": "webpack --mode production",
"build:analyze": "webpack --profile --json > webpack-stats.json && webpack-bundle-analyzer webpack-stats.json ./dist"
},
"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.7",
"jspdf": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"babel-loader": "^8.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"webpack": "^4.28.4",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.2.1"
}
}