forked from Abdulrahman-Khalid/nabd-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 4.96 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
{
"name": "nabd",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "npx jetify",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean --force",
"clean:android": "cd android/ && ./gradlew clean && cd .. && react-native run-android",
"newclear": "rm -rf $TMPDIR/react-* && watchman watch-del-all && rm -rf ios/build && rm -rf node_modules/ && npm cache clean --force && npm i",
"test:watch": "jest --watch",
"updateSnapshot": "jest --updateSnapshot",
"coverage": "jest --coverage && open coverage/lcov-report/index.html || xdg-open coverage/lcov-report/index.html",
"android:build": "cd android && ./gradlew assembleRelease",
"android:install": "cd android && ./gradlew assembleRelease && ./gradlew installRelease",
"android:hockeyapp": "cd android && ./gradlew assembleRelease && puck -submit=auto app/build/outputs/apk/app-release.apk",
"android:devices": "$ANDROID_HOME/platform-tools/adb devices",
"android:logcat": "$ANDROID_HOME/platform-tools/adb logcat *:S ReactNative:V ReactNativeJS:V",
"android:shake": "$ANDROID_HOME/platform-tools/adb devices | grep '\\t' | awk '{print $1}' | sed 's/\\s//g' | xargs -I {} $ANDROID_HOME/platform-tools/adb -s {} shell input keyevent 82",
"storybook": "storybook start -p 7007",
"lint": "standard --verbose | snazzy",
"lintdiff": "git diff --name-only --cached --relative | grep '\\.js$' | xargs standard | snazzy",
"fixcode": "standard --fix",
"git-hook": "npm run lint -s && npm run test -s",
"ios": "react-native run-ios --simulator='iPhone 11'",
"android": "react-native run-android"
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.1",
"@voximplant/react-native-foreground-service": "^2.0.0",
"add": "^2.0.6",
"axios": "^0.19.0",
"config": "^3.2.4",
"eslint-plugin-react": "^7.14.3",
"galio-framework": "^0.5.4",
"geolib": "^3.0.4",
"jetifier": "^1.6.4",
"lodash": "^4.17.15",
"react": "16.9.0",
"react-native": "^0.61.4",
"react-native-action-sheet": "^2.2.0",
"react-native-animatable": "^1.3.3",
"react-native-awesome-alerts": "^1.2.0",
"react-native-background-timer": "^2.1.1",
"react-native-callkit": "^1.3.4",
"react-native-config": "^0.11.7",
"react-native-confirmation-code-field": "^3.9.0",
"react-native-country-picker-modal": "^0.8.0",
"react-native-custom-picker": "^0.4.0",
"react-native-datepicker": "^1.7.2",
"react-native-email": "^1.0.2",
"react-native-firebase": "^5.5.6",
"react-native-flexi-radio-button": "^0.2.2",
"react-native-geolocation-service": "^3.1.0",
"react-native-gesture-handler": "^1.3.0",
"react-native-global-font": "^1.0.2",
"react-native-global-props": "^1.1.5",
"react-native-google-maps-directions": "^2.1.1",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-image-picker": "^1.1.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-keep-awake": "^4.0.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-loader": "^1.2.1",
"react-native-localization": "^2.1.6",
"react-native-location": "^2.5.0",
"react-native-maps": "0.26.1",
"react-native-material-menu": "^1.0.0",
"react-native-md5": "^1.0.0",
"react-native-modal-dropdown": "^0.6.2",
"react-native-modal-selector": "^1.1.2",
"react-native-paper": "^2.16.0",
"react-native-permissions": "^2.0.2",
"react-native-phone-input": "0.2.2",
"react-native-pulse": "^1.0.7",
"react-native-push-notification": "^3.1.9",
"react-native-restart": "^0.0.12",
"react-native-router-flux": "^4.0.6",
"react-native-settings": "^0.1.3",
"react-native-settings-components": "^0.0.2",
"react-native-settings-page": "^2.0.6",
"react-native-simple-radio-button": "^2.7.3",
"react-native-splash-screen": "^3.2.0",
"react-native-steps": "^1.3.0",
"react-native-stopwatch-timer": "^0.0.21",
"react-native-svg": "^9.11.1",
"react-native-svg-animated-linear-gradient": "^0.3.3",
"react-native-swipe-verify": "^0.1.6",
"react-native-vector-icons": "^6.6.0",
"react-native-voximplant": "^1.12.0",
"react-navigation": "^3.11.1",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"rn-viewpager": "^1.2.9",
"socket.io-client": "^2.3.0",
"uuid": "^3.3.3",
"ws": "^7.1.2",
"yarn": "^1.17.3"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}