forked from meliorence/react-native-snap-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.77 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
62
63
64
65
{
"name": "react-native-snap-carousel",
"version": "4.1.0",
"description": "Swiper/carousel component for React Native with previews, multiple layouts, 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/meliorence/react-native-snap-carousel"
},
"keywords": [
"react",
"native",
"carousel",
"slider",
"swiper",
"flatlist",
"scrollview",
"parallax",
"images",
"infinite",
"scroll",
"scrolling",
"items",
"edge",
"snap",
"card",
"cards",
"stack",
"deck",
"tinder",
"android",
"ios",
"snapping",
"component",
"rtl"
],
"author": "Meliorence <[email protected]> (github.com/meliorence)",
"license": "BSD-3-Clause",
"scripts": {
"lint": "eslint ."
},
"dependencies": {
"prop-types": "^15.6.1",
"react-addons-shallow-compare": "15.6.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@react-native/babel-preset": "^0.75.3",
"eslint": "^8.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"prettier": "^3.3.3"
},
"homepage": "https://github.com/meliorence/react-native-snap-carousel",
"bugs": {
"url": "https://github.com/meliorence/react-native-snap-carousel/issues"
},
"readmeFilename": "README.md"
}