forked from caglardurmus/react-native-insta-story
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.07 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
{
"name": "react-native-insta-story",
"title": "React Native Insta Story",
"version": "1.1.7",
"description": "Story component for React Native.",
"main": "index.js",
"files": [
"README.md",
"android",
"index.js",
"ios",
"src",
"react-native-insta-story.podspec",
"!ios/build",
"!android/build",
"!example"
],
"repository": {
"type": "git",
"url": "git+https://github.com/caglardurmus/react-native-insta-story.git",
"baseUrl": "https://github.com/caglardurmus/react-native-insta-story"
},
"keywords": [
"react-native",
"insta-story",
"story",
"instagram"
],
"author": {
"name": "Ahmet Çağlar Durmuş",
"email": "[email protected]"
},
"readmeFilename": "README.md",
"peerDependencies": {
"expo": ">=44.0.0",
"react": "*",
"react-native": "*"
},
"dependencies": {
"prop-types": "^15.6.2",
"react-native-modalbox": "^2.0.2",
"react-native-swipe-gestures": "^1.0.5"
},
"devDependencies": {
"expo-av": "^10.2.1",
"expo-media-library": "^14.0.1"
}
}