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.1",
"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"
],
"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": "caglardurmus@icloud.com"
},
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"dependencies": {
"prop-types": "^15.6.2",
"react-native-modalbox": "^2.0.2",
"react-native-safe-area-context": "^3.3.2",
"react-native-swipe-gestures": "^1.0.5",
"react-native-linear-gradient": "^2.5.6"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}