-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
61 lines (61 loc) · 1.57 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
56
57
58
59
60
61
{
"version": "1.0.4",
"name": "react-native-gallery-swiper",
"description": "An easy and simple to use React Native component to render an image gallery with common gestures like pan, pinch and double tap. Supporting both iOS and Android.",
"keywords": [
"react-native-gallery-swiper",
"react-native",
"gallery",
"images",
"album",
"swiper",
"pinch",
"zoom",
"double tap",
"camera roll",
"pictures",
"ios",
"android"
],
"homepage": "https://github.com/Luehang/react-native-gallery-swiper",
"author": {
"name": "Lue Hang",
"email": "[email protected]",
"url": "https://www.luehangs.site"
},
"repository": {
"type": "git",
"url": "https://github.com/Luehang/react-native-gallery-swiper"
},
"bugs": {
"url": "https://github.com/Luehang/react-native-gallery-swiper/issues"
},
"directories": {
"example": "./example",
"src": "./src"
},
"main": "./index.js",
"dependencies": {
"prop-types": "^15.6.2",
"react-mixin": "^5.0.0",
"react-timer-mixin": "^0.13.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.5.0"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "./node_modules/.bin/eslint index.js src/"
},
"license": "MIT"
}