forked from meliorence/react-native-snap-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.45 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
{
"name": "react-native-snap-carousel",
"version": "3.4.0",
"description": "Swiper component for React Native with previews, snapping effect, parallax images, performant handling of huge numbers of items, and RTL support. Compatible with Android & iOS.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "github.com/archriss/react-native-snap-carousel"
},
"keywords": [
"react",
"native",
"carousel",
"slider",
"swiper",
"flatlist",
"scrollview",
"parallax",
"images",
"infinite",
"scroll",
"scrolling",
"items",
"snap",
"android",
"ios",
"snapping",
"component",
"rtl"
],
"author": "Archriss <[email protected]> (github.com/archriss)",
"license": "ISC",
"dependencies": {
"prop-types": "^15.5.10",
"react-addons-shallow-compare": "15.6.0"
},
"peerDependencies": {
"react": ">=15.0.0",
"react-native": ">=0.43.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-standard": "^3.0.1"
}
}