forked from react-native-oh-library/react-native-view-shot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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-native-oh-tpl/react-native-view-shot",
"version": "3.8.0-0.1.7",
"description": "Capture a React Native view to an image",
"harmony": {
"alias": "react-native-view-shot"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"main": "src/index.js",
"types": "src/index.d.ts",
"keywords": [
"react-native",
"screenshot",
"viewshot",
"view-snapshot",
"snapshot",
"rasterize"
],
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"homepage": "https://github.com/gre/react-native-view-shot",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-native-oh-library/react-native-view-shot.git"
},
"dependencies": {
"react-native-view-shot": "3.8.0",
"html2canvas": "^1.4.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"flow-bin": "^0.170.0",
"html-webpack-plugin": "^5.5.1",
"react-native-windows": "^0.63.16"
}
}