forked from raindropio/mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.13 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
{
"name": "rn3",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android-prod": "react-native run-android --variant=release",
"android-clean": "cd android && ./gradlew clean",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-community/async-storage": "1.3.x",
"@react-native-community/react-native-clipboard": "1.0.x",
"date-fns": "1.30.x",
"jsc-android": "241213.x.x",
"linkify-it": "2.x",
"pretty-bytes": "^5.2.0",
"react": "16.8.6",
"react-addons-shallow-compare": "15.6.2",
"react-native": "0.59.8",
"react-native-config": "0.11.x",
"react-native-custom-tabs": "0.1.x",
"react-native-fbsdk": "0.8.x",
"react-native-google-signin": "2.0.x",
"react-native-iap": "2.5.x",
"react-native-image-crop-picker": "0.24.x",
"react-native-interactable": "0.1.x",
"react-native-keyboard-manager": "4.0.13-12",
"react-native-localization": "2.1.x",
"react-native-navigation": "2.18.x",
"react-native-navigation-bar-color": "0.0.x",
"react-native-section-list-get-item-layout": "2.2.x",
"react-native-switch-pro": "1.0.x",
"react-native-twitter-signin": "https://github.com/GoldenOwlAsia/react-native-twitter-signin",
"react-native-webview": "5.8.x",
"react-test-renderer": "16.8.6",
"react-timer-mixin": "0.13.x",
"styled-components": "4.2.x"
},
"devDependencies": {
"@babel/core": "7.4.x",
"@babel/plugin-transform-react-constant-elements": "7.2.x",
"@babel/preset-env": "7.4.x",
"@babel/runtime": "7.4.x",
"babel-plugin-lodash": "3.3.x",
"babel-plugin-module-resolver": "3.x",
"babel-plugin-transform-define": "1.x",
"babel-plugin-transform-remove-console": "6.x",
"metro-react-native-babel-preset": "0.54.x",
"patch-package": "6.1.x",
"prop-types": "15.7.x"
},
"optionalDependencies": {
"lodash-es": "4.x",
"react-redux": "7.0.x",
"redux": "4.x",
"redux-action-buffer": "1.x",
"redux-persist": "5.10.0",
"redux-saga": "0.16.x",
"reselect": "4.x",
"seamless-immutable": "7.x"
}
}