-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 3.51 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
{
"name": "adroit-mobile",
"version": "1.5.4",
"private": true,
"scripts": {
"postinstall": "./postinstall.sh",
"emu": "emulator -avd Custom_API_21 -gpu on -no-boot-anim",
"start": "react-native start",
"bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res",
"android-debug": "adb reverse tcp:8081 tcp:8010 & react-native run-android --appIdSuffix debug",
"android-release": "adb reverse tcp:8081 tcp:8010 & react-native run-android --variant release",
"android-staging": "adb reverse tcp:8081 tcp:8010 & react-native run-android --variant releaseStaging",
"ios-debug": "adb reverse tcp:8081 tcp:8010 & react-native run-ios --simulator=\"iPhone xR\"",
"cp-release": "node ./scripts/code_push.js",
"appcenter-build": "node ./scripts/appcenter_build.js",
"publish-help": "node ./scripts/publish_help.js",
"bump-version": "./bump_version.sh",
"sync-date": "adb shell date -s $(date +%Y%m%d.%H%M%S)"
},
"dependencies": {
"@okgrow/react-native-copilot": "^2.4.1",
"@react-native-community/async-storage": "^1.5.0",
"@react-native-community/cli": "^1.12.0",
"appcenter": "1.13.0",
"appcenter-analytics": "1.13.0",
"appcenter-crashes": "1.13.0",
"appcenter-link-scripts": "1.13.0",
"chalk": "^2.4.2",
"color": "^3.0.0",
"countly-sdk-react-native": "4.14.0",
"date-fns": "^1.29.0",
"lodash-es": "^4.17.14",
"minimist": "^1.2.0",
"mobx": "^4.5.0",
"mobx-persist": "^0.4.1",
"mobx-react": "^5.2.8",
"native-base": "^2.10.0",
"prop-types": "^15.6.2",
"query-string": "^6.1.0",
"react": "16.8.6",
"react-native": "0.59.9",
"react-native-animatable": "^1.3.0",
"react-native-code-push": "^5.5.2",
"react-native-config": "^0.11.7",
"react-native-exif": "https://github.com/grahammcculloch/react-native-exif.git#master",
"react-native-gesture-handler": "https://github.com/hyochan/react-native-gesture-handler.git#androidx",
"react-native-image-crop-picker": "https://github.com/OmranElmasry/react-native-image-crop-picker.git#master",
"react-native-image-resizer": "^1.0.0",
"react-native-image-zoom-viewer": "^2.2.26",
"react-native-keychain": "https://github.com/grahammcculloch/react-native-keychain.git#master",
"react-native-linear-gradient": "^2.5.4",
"react-native-locale": "0.0.19",
"react-native-onesignal": "^3.4.1",
"react-native-orientation": "^3.1.3",
"react-native-sentry": "https://github.com/jgreen01su/react-native-sentry.git#master",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^9.5.1",
"react-native-vector-icons": "^6.6.0",
"react-native-webview": "^6.3.0",
"react-navigation": "^3.11.0",
"rn-placeholder": "^1.2.0",
"sftp-sync-deploy": "^0.7.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/runtime": "^7.4.3",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.1",
"babel-plugin-git-version": "^0.2.0",
"babel-plugin-module-resolver": "^3.1.1",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-import-resolver-babel-module": "^5.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.3.0",
"metro-react-native-babel-preset": "^0.53.1",
"watchman": "^1.0.0"
}
}