-
Notifications
You must be signed in to change notification settings - Fork 348
/
package.json
43 lines (43 loc) · 1 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
43
{
"name": "react-native-view-shot",
"version": "4.0.2",
"description": "Capture a React Native view to an image",
"main": "src/index.js",
"types": "src/index.d.ts",
"keywords": [
"react-native",
"screenshot",
"viewshot",
"view-snapshot",
"snapshot",
"rasterize"
],
"author": "Gaëtan Renaudeau <[email protected]>",
"homepage": "https://github.com/gre/react-native-view-shot",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gre/react-native-view-shot.git"
},
"dependencies": {
"html2canvas": "^1.4.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"flow-bin": "^0.246.0",
"html-webpack-plugin": "^5.5.1",
"react-native-windows": "^0.63.16"
},
"codegenConfig": {
"name": "rnviewshot",
"type": "modules",
"jsSrcsDir": "./src/specs",
"android": {
"javaPackageName": "fr.greweb.reactnativeviewshot"
}
},
"stableVersion": "4.0.2"
}