-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.19 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
44
45
46
47
48
49
50
51
{
"name": "@react-native-oh-tpl/react-native-image-viewing",
"version": "0.2.2-0.0.1",
"description": "React Native modal component for viewing images as a sliding gallery",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/jobtoday/react-native-image-viewing.git"
},
"keywords": [
"react",
"react-native",
"image",
"harmony",
"gallery",
"image-gallery",
"image-viewer"
],
"scripts": {
"build": "tsc",
"postversion": "yarn build"
},
"peerDependencies": {
"react": ">=16.11.0",
"react-native": ">=0.61.3"
},
"files": [
"dist",
"harmony",
"readme.md",
"package.json"
],
"author": "Anton Kalinin",
"license": "MIT",
"bugs": {
"url": "https://github.com/jobtoday/react-native-image-viewing/issues"
},
"harmony":{
"alias":"react-native-image-viewing"
},
"homepage": "https://github.com/jobtoday/react-native-image-viewing#readme",
"devDependencies": {
"@babel/runtime": "7.7.4",
"@types/react": "16.9.13",
"@types/react-native": "0.60.23",
"react": "16.12.0",
"react-native": "0.61.5",
"typescript": "3.7.2"
}
}