-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
53 lines (53 loc) · 1.06 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
{
"name": "react-tinder-card",
"version": "1.6.4",
"description": "A npm react module for making react elements swipeable like in the dating app tinder.",
"repository": "3DJakob/react-tinder-card",
"license": "MIT",
"files": [
"index.d.ts",
"index.js",
"useWindowSize.js",
"index.native.js"
],
"scripts": {
"test": "standard && ts-readme-generator --check"
},
"dependencies": {
"p-sleep": "^1.1.0"
},
"devDependencies": {
"@types/react": "^16.9.51",
"standard": "^14.3.1",
"ts-readme-generator": "^0.7.2"
},
"peerDependencies": {
"@react-spring/native": "^9.5.5",
"@react-spring/web": "^9.5.5",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@react-spring/native": {
"optional": true
},
"@react-spring/web": {
"optional": true
}
},
"keywords": [
"tinder",
"card",
"react-native",
"native",
"ios",
"android",
"web",
"react",
"swipeable",
"swipe",
"physics",
"deck",
"drag",
"draggable"
]
}