-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
126 lines (126 loc) · 4.42 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "NativeBazaar",
"version": "0.0.1",
"private": true,
"scripts": {
"prestart": "rm -f ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "npm run lint:js",
"lint:eslint": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts",
"lint:js": "npm run lint:eslint -- . ",
"lint:staged": "lint-staged",
"postinstall": "npx jetify; ./install_server.sh; cd ./node_modules/react-native; exec ./scripts/ios-install-third-party.sh"
},
"dependencies": {
"@react-native-community/blur": "3.4.1",
"@react-native-firebase/app": "7.1.4",
"@react-native-firebase/auth": "8.0.3",
"@react-native-firebase/firestore": "7.1.2",
"@react-native-firebase/messaging": "7.1.3",
"appcenter": "3.0.0",
"appcenter-analytics": "3.0.0",
"appcenter-crashes": "3.0.0",
"base-64": "0.1.0",
"bignumber.js": "9.0.0",
"countly-sdk-react-native": "4.14.0",
"crypto-js": "3.1.9-1",
"deep-equal": "1.0.1",
"getstream": "4.2.1",
"he": "1.2.0",
"lodash": "4.17.11",
"merge": "1.2.1",
"moment": "2.22.1",
"prop-types": "15.6.1",
"query-string": "5.1.1",
"querystring": "0.2.0",
"react": "16.12.0",
"react-content-loader": "5.0.1",
"react-native": "0.61.5",
"react-native-actionsheet": "2.4.2",
"react-native-animate-number": "0.1.2",
"react-native-autogrow-textinput": "5.3.0",
"react-native-background-timer": "2.1.1",
"react-native-bottom-action-sheet": "2.0.1",
"react-native-branch": "4.3.0",
"react-native-camera": "3.18.0",
"react-native-config": "1.3.1",
"react-native-dash": "0.0.9",
"react-native-device-info": "5.5.3",
"react-native-dialog": "5.1.0",
"react-native-document-picker": "3.2.4",
"react-native-elements": "0.19.1",
"react-native-exception-handler": "2.10.8",
"react-native-fast-image": "7.0.2",
"react-native-fs": "2.16.6",
"react-native-gesture-handler": "1.6.0",
"react-native-gifted-chat": "0.9.11",
"react-native-hyperlink": "0.0.14",
"react-native-image-crop-picker": "0.28.0",
"react-native-image-helper": "0.0.2",
"react-native-image-zoom-viewer": "2.2.23",
"react-native-inappbrowser-reborn": "3.4.0",
"react-native-iphone-x-helper": "1.2.0",
"react-native-keyboard-aware-scroll-view": "0.8.0",
"react-native-keyboard-spacer": "0.4.1",
"react-native-linear-gradient": "2.5.6",
"react-native-loading-spinner-overlay": "1.0.1",
"react-native-parsed-text": "0.0.21",
"react-native-popup-menu": "0.14.0",
"react-native-qrcode-svg": "5.1.1",
"react-native-rate": "1.1.10",
"react-native-read-more-text": "1.1.0",
"react-native-restart": "0.0.14",
"react-native-root-toast": "3.0.2",
"react-native-share": "3.0.0",
"react-native-snap-carousel": "3.6.0",
"react-native-splash-screen": "3.2.0",
"react-native-svg": "11.0.1",
"react-native-tab-view": "0.0.74",
"react-native-tags": "2.1.0",
"react-native-text-input-mask": "2.0.0",
"react-native-vector-icons": "6.6.0",
"react-native-webview": "8.1.2",
"react-native-zip-archive": "5.0.1",
"react-navigation": "3.11.0",
"react-navigation-redux-helpers": "1.0.4",
"react-navigation-stack": "1.0.2",
"react-navigation-tabs": "0.8.4",
"react-redux": "5.0.7",
"reactotron-react-native": "3.6.4",
"redux": "3.7.2",
"redux-actions": "2.3.0",
"redux-devtools-extension": "2.13.8",
"redux-persist": "5.9.1",
"redux-persist-transform-filter": "0.0.18",
"redux-saga": "0.16.0",
"reselect": "3.0.1",
"striptags": "3.1.1",
"unescape": "1.0.1",
"uuid": "3.3.2",
"whatwg-fetch": "2.0.4"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.47",
"@babel/preset-env": "7.0.0",
"@babel/runtime": "7.4.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "8.2.2",
"babel-jest": "22.2.2",
"babel-preset-react-native": "5.0.1",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.10.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.7.0",
"jest": "22.3.0",
"metro-react-native-babel-preset": "0.58.0",
"react-native-fetch-mock": "0.8.0",
"react-test-renderer": "16.3.1",
"reactotron-redux": "3.1.1",
"rn-host-detect": "1.1.5"
},
"jest": {
"preset": "react-native"
}
}