-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.31 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
{
"name": "rn-stories",
"version": "1.2.2",
"description": "Vertical stories component for React native/Expo",
"main": "src/index.tsx",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "github.com/deebov/stories"
},
"keywords": [
"react",
"native",
"expo",
"instagram",
"snapchat",
"swiper",
"stories",
"story",
"slider",
"images",
"video",
"android",
"ios"
],
"author": "Dilshod Turobov <deebov@yandex.com> (github.com/deebov)",
"license": "MIT",
"dependencies": {
"expo-haptics": "^8.1.0",
"expo-linear-gradient": "^8.1.0",
"expo-video": "^1.0.2",
"memoize-one": "^5.1.1",
"react-native-gesture-handler": "~1.6.0",
"react-native-reanimated": "^1.8.0",
"react-native-redash": "^12.0.2",
"react-native-snap-carousel": "^3.9.0",
"react-native-swipe-gestures": "^1.0.5",
"use-debounce": "^3.4.1",
"use-memo-one": "^1.1.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-reanimated": "*"
},
"devDependencies": {
"@types/react-native-snap-carousel": "^3.8.1",
"prettier": "1.19.1"
},
"homepage": "https://github.com/deebov/stories",
"bugs": {
"url": "https://github.com/deebov/stories/issues"
},
"readmeFilename": "README.md"
}