forked from iguilhermeluis/react-native-stories-media
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.69 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
{
"name": "react-native-stories-media",
"version": "0.0.7",
"description": "Stories for React native Like Instagram, Whatsapp and Twitter",
"main": "index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"stories",
"stories instagram"
],
"bugs": {
"url": "https://github.com/mouhsnimohamed/react-native-media-story/issues"
},
"homepage": "https://github.com/mouhsnimohamed/react-native-media-story/blob/master/README.md",
"peerDependencies": {
"react": ">=15.0.0",
"react-native": "*"
},
"dependencies": {
"react-native-3dcube-navigation": "^1.0.5",
"react-native-modalbox": "^1.7.1",
"react-native-swipe-gestures": "^1.0.3",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"@types/react-native-modalbox": "^1.4.10",
"@types/react-native-video": "^5.0.13",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"prettier": "^1.16.4",
"react-test-renderer": "16.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mouhsnimohamed/react-native-media-story"
},
"author": "Mohamed Mouhsni <m.mouhsni@gmail.com> (https://mouhsni.com)",
"license": "MIT"
}