-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 3.11 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
87
88
89
90
91
{
"name": "Nub1",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.1",
"@react-native-community/cookies": "^2.0.9",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/netinfo": "^4.2.1",
"@react-native-community/push-notification-ios": "^1.0.2",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"@react-native-community/voice": "^1.1.3",
"@unpourtous/react-native-search-list": "^2.0.10",
"buffer": "^6.0.3",
"color": "^3.0.0",
"create-react-class": "^15.6.3",
"native-base": "^2.13.8",
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-awesome-card-io": "^0.8.2",
"react-native-barcode-mask": "^1.1.0",
"react-native-braintree-payments-drop-in": "^1.0.5",
"react-native-camera": "^3.4.0",
"compare-versions": "^4.1.2",
"react-native-device-info": "^8.1.4",
"react-native-fabric": "0.5.0",
"react-native-fbsdk-next": "^6.0.0",
"react-native-firebase": "^5.5.6",
"react-native-flexi-radio-button": "0.2.2",
"react-native-fs": "2.13.3",
"react-native-gesture-handler": "^1.4.1",
"react-native-image-picker": "0.27.1",
"react-native-image-resizer": "^1.0.1",
"react-native-image-zoom-viewer": "^2.2.25",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-maps": "^0.25.0",
"react-native-mixpanel": "1.1.1",
"react-native-onesignal": "^3.6.0",
"react-native-reanimated": "^1.2.0",
"react-native-render-html": "^4.1.2",
"react-native-restart": "0.0.7",
"react-native-screens": "^2.9.0",
"react-native-size-matters": "^0.1.3",
"react-native-splash-screen": "^3.2.0",
"react-native-star-rating": "1.1.0",
"react-native-swiper": "1.5.13",
"react-native-tracking-transparency": "^0.1.1",
"react-native-vector-icons": "^6.6.0",
"react-native-version-check": "3.0.3",
"react-native-webview": "^7.0.5",
"react-navigation": "^4.0.5",
"react-navigation-drawer": "^2.2.1",
"react-navigation-stack": "^1.7.2",
"react-redux": "5.0.7",
"react-timer-mixin": "^0.13.4",
"redux": "4.0.0",
"metro-react-native-babel-preset": "^0.66.2",
"rn-viewpager": "^1.2.9"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"babel-eslint": "7.2.3",
"babel-jest": "^24.8.0",
"eslint": "^6.1.0",
"eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-prettier": "2.1.2",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-react-native": "3.0.1",
"flow-bin": "0.52.0",
"flow-typed": "^2.5.1",
"husky": "0.14.3",
"jest": "^24.8.0",
"jetifier": "^1.6.4",
"prettier": "1.5.3",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}