-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
77 lines (77 loc) · 2.86 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
{
"name": "goforeat_app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"bundle-ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --platform ios --dev false --bundle-output ./ios/bundle/index.ios.jsbundle --assets-dest ./ios/bundle",
"bundle-android": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --bundle-output ./android/app/src/main/assets/index.android.jsbundle --platform android --assets-dest ./android/app/src/main/res/ --dev false"
},
"dependencies": {
"@react-native-community/async-storage": "^1.4.2",
"axios": "^0.18.1",
"janalytics-react-native": "1.4.1",
"jcore-react-native": "1.2.6",
"jpush-react-native": "2.2.13",
"js-md5": "^0.7.3",
"jsc-android": "241213.x.x",
"jslint": "^0.12.0",
"lodash": "^4.17.19",
"lottie-react-native": "^2.5.10",
"native-base": "^2.12.1",
"react": "16.8.3",
"react-native": "0.59.8",
"react-native-animatable": "^1.3.2",
"react-native-code-push": "^5.3.2",
"react-native-device-info": "^0.22.2",
"react-native-fast-image": "^5.1.1",
"react-native-fbsdk": "^0.8.0",
"react-native-geolocation-service": "^2.0.0",
"react-native-i18n": "^2.0.15",
"react-native-image-gallery": "^2.1.5",
"react-native-image-picker": "^0.26.7",
"react-native-image-progress": "^1.1.0",
"react-native-instagram-login": "^1.1.1",
"react-native-interactable": "^0.1.10",
"react-native-linear-gradient": "^2.4.0",
"react-native-modal": "*",
"react-native-payments": "^0.7.0",
"react-native-payments-addon-stripe": "^0.4.0",
"react-native-payments-cli": "^0.2.0",
"react-native-picker": "^4.3.5",
"react-native-popup-dialog": "^0.11.46",
"react-native-progress": "^3.4.0",
"react-native-restart": "^0.0.10",
"react-native-root-toast": "^3.0.1",
"react-native-share": "^1.0.27",
"react-native-snap-carousel": "^3.6.0",
"react-native-splash-screen": "^3.0.9",
"react-native-stripe-api": "^0.1.0",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^6.1.0",
"react-native-webview": "^5.12.1",
"react-native-wechat": "^1.9.10",
"react-navigation": "1.1.2",
"react-navigation-redux-helpers": "^1.0.3",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^5.1.1",
"rn-placeholder": "^1.3.2",
"teaset": "^0.6.3",
"uuid": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/runtime": "^7.4.4",
"babel-jest": "^24.8.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.0",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}