-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.87 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "fmk",
"version": "0.0.1",
"private": true,
"rnpm": {
"assets": [
"resources/fonts"
]
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"clean": "react-native start --reset-cache"
},
"dependencies": {
"@meteorrn/core": "^2.3.0",
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-async-storage/async-storage": "^1.16.3",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/datetimepicker": "^6.3.5",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^8.1.0",
"@react-native-community/viewpager": "^5.0.11",
"@react-native-cookies/cookies": "^6.1.0",
"@react-native-firebase/analytics": "^14.5.1",
"@react-native-firebase/app": "^14.5.1",
"@react-native-firebase/crashlytics": "^14.5.1",
"add": "^2.0.6",
"create-react-class": "^15.7.0",
"deprecated-react-native-listview": "0.0.7",
"gl-react": "^5.2.0",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-native": "0.67.3",
"react-native-animatable": "^1.3.3",
"react-native-avatar-crop": "^1.3.5",
"react-native-billing": "^3.0.0",
"react-native-branch": "^5.4.0",
"react-native-dotenv": "^3.3.1",
"react-native-fbsdk-next": "^11.0.0",
"react-native-fs": "^2.19.0",
"react-native-geocoder": "^0.5.0",
"react-native-gesture-handler": "^2.3.2",
"react-native-gifted-chat": "^0.16.3",
"react-native-i18n": "^2.0.15",
"react-native-iap": "^8.0.0-rc.6",
"react-native-image-cropper": "^0.4.5",
"react-native-image-picker": "^4.7.3",
"react-native-image-resizer": "^1.4.5",
"react-native-instagram-login": "^2.0.5",
"react-native-linear-gradient": "^2.5.6",
"react-native-menu": "^0.23.0",
"react-native-modal": "^13.0.1",
"react-native-onesignal": "^4.3.7",
"react-native-reanimated": "^2.4.1",
"react-native-router-flux": "^4.3.1",
"react-native-safe-area-context": "^4.2.0",
"react-native-screens": "^3.13.1",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-scrollable-tab-view-forked": "^1.1.4",
"react-native-share": "^7.9.1",
"react-native-simple-modal": "^9.0.1",
"react-native-swiper": "^1.6.0",
"react-native-vector-icons": "^9.1.0",
"react-native-view-shot": "^3.4.0",
"react-native-webview": "^11.17.2",
"react-timer-mixin": "^0.13.4",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}