forked from dwqs/react-native-image-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.23 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
52
53
54
55
{
"name": "react-native-image-viewer",
"version": "2.0.0",
"author": "[email protected]",
"description": "A pure JavaScript image viewer component for react-native apps",
"main": "src/index.js",
"license": "MIT",
"keywords": [
"react",
"native",
"react-native",
"image",
"preview",
"view"
],
"contributors": [
{
"name": "dwqs",
"email": "[email protected]"
},
{
"name": "mxmtsk",
"email": "[email protected]"
}
],
"files": [
"src",
"package.json",
"README.md",
"LICENSE",
".babelrc"
],
"repository": {
"type": "git",
"url": "https://github.com/dwqs/react-native-image-viewer.git"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.9",
"babel-preset-react-native": "4.0.0",
"prettier": "^1.14.3",
"react": "*",
"react-native": "*"
},
"bugs": {
"url": "https://github.com/dwqs/react-native-image-viewer/issues"
},
"homepage": "https://github.com/dwqs/react-native-image-viewer#readme"
}