-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.9 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.9 KB
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
87
88
89
90
{
"name": "Sportingg",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"rnpm": {
"assets": [
"./assets/fonts/Oswald"
]
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.3",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/netinfo": "^5.7.0",
"axios": "^0.19.0",
"crypto-js": "^3.1.9-1",
"formik": "^2.1.0",
"i18n-js": "^3.5.0",
"invert-color": "^2.0.0",
"lodash.isequal": "^4.5.0",
"lodash.memoize": "^4.1.2",
"oauth-1.0a": "^2.2.6",
"react": "16.9.0",
"react-devtools": "^4.6.0",
"react-native": "0.61.4",
"react-native-actionsheet": "^2.4.2",
"react-native-app-intro-slider": "^3.0.0",
"react-native-button": "^2.4.0",
"react-native-confirmation-code-field": "^4.1.0",
"react-native-dark-mode": "^0.2.0-rc.1",
"react-native-dialog-input": "^1.0.7",
"react-native-document-picker": "^3.3.3",
"react-native-extra-dimensions-android": "^1.2.5",
"react-native-fbsdk": "1.1.1",
"react-native-firebase": "^5.5.6",
"react-native-gesture-handler": "^1.6.1",
"react-native-google-signin": "^2.1.1",
"react-native-icon-badge": "^1.1.3",
"react-native-image-crop-picker": "^0.25.3",
"react-native-image-picker": "^1.1.0",
"react-native-image-view": "^2.1.6",
"react-native-indicators": "^0.17.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-loader-overlay": "^1.0.0",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-localize": "^1.3.1",
"react-native-modal": "^11.0.2",
"react-native-phone-input": "^0.2.4",
"react-native-reanimated": "^1.7.1",
"react-native-screens": "^2.4.0",
"react-native-search-box": "0.0.19",
"react-native-sideswipe": "^1.5.0",
"react-native-snap-carousel": "^3.8.0",
"react-native-splash-screen": "^3.2.0",
"react-native-super-grid": "^3.0.4",
"react-native-swiper": "^1.6.0-nightly.5",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^3.11.0",
"react-navigation-animated-switch": "^0.2.1",
"react-navigation-redux-helpers": "^3.0.2",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"remote-redux-devtools": "^0.5.16",
"shopify-buy": "^2.7.0",
"stream-chat-react-native": "^0.9.2",
"tipsi-stripe": "^7.5.1",
"uuidv4": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}