-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 4.93 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
{
"name": "Kebetoo",
"version": "0.4.5",
"private": true,
"scripts": {
"android:dev": "react-native run-android",
"android:tcp": "adb reverse tcp:8081 tcp:8081 && adb reverse tcp:1337 tcp:1337 && adb reverse tcp:4569 tcp:4569",
"android:cast": "scrcpy -m 1080 -T",
"android:build": "react-native run-android --variant=release",
"gradlew:clean": "cd android && ./gradlew clean && cd ..",
"ios:dev": "cd ios && pod install && cd .. && react-native run-ios",
"ios:build": "cd ios && pod install && cd .. && react-native run-ios --configuration Release",
"develop": "react-native start",
"test": "jest",
"lint": "eslint .",
"coverage": "yarn test src --coverage --silent --ci --no-cache",
"coverage:open": "start ./coverage/lcov-report/index.html",
"postversion": "react-native-version"
},
"dependencies": {
"@adrianso/react-native-device-brightness": "^1.2.4",
"@expo/react-native-action-sheet": "^3.9.0",
"@gorhom/bottom-sheet": "^2",
"@gorhom/portal": "^1.0.4",
"@kebetoo/camera-roll-picker": "^1.0.7",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/audio-toolkit": "^2.0.3",
"@react-native-community/cameraroll": "^4.0.4",
"@react-native-community/google-signin": "^4.0.0",
"@react-native-community/masked-view": "^0.1.8",
"@react-native-community/netinfo": "^5.7.1",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-firebase/analytics": "<10.0.0",
"@react-native-firebase/app": "^8.4.7",
"@react-native-firebase/auth": "<10.0.0",
"@react-native-firebase/crashlytics": "<10.0.0",
"@react-native-firebase/database": "<10.0.0",
"@react-native-firebase/messaging": "<10.0.0",
"@react-navigation/bottom-tabs": "^5.8.0",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"dayjs": "^1.10.4",
"hermes-engine": "0.5.2-rc1",
"react": "17.0.0",
"react-native": "0.63.4",
"react-native-action-button": "^2.8.5",
"react-native-background-timer": "^2.4.1",
"react-native-bootsplash": "^3.2.0",
"react-native-camera": "^3.43.6",
"react-native-convert-ph-asset": "^1.0.3",
"react-native-device-info": "^8.0.7",
"react-native-dotenv": "^2.5.3",
"react-native-easy-gestures": "^2.2.4",
"react-native-fbsdk": "^1.1.2",
"react-native-ffmpeg": "^0.5.1",
"react-native-gesture-handler": "^1.6.1",
"react-native-gifted-chat": "^0.16.3",
"react-native-image-crop-picker": "^0.36.0",
"react-native-image-pan-zoom": "^2.1.12",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-localization": "^2.1.6",
"react-native-navigation-bar-color": "^2.0.1",
"react-native-pager-view": "^5.1.3",
"react-native-parsed-text": "^0.0.22",
"react-native-permissions": "^3.0.1",
"react-native-popover-view": "^3.1.1",
"react-native-push-notification": "^7.3.1",
"react-native-reanimated": "^1.8.0",
"react-native-safe-area-context": "^3.1.7",
"react-native-screens": "^2.4.0",
"react-native-share": "^6.2.1",
"react-native-share-menu": "^5.0.3",
"react-native-snackbar": "^2.4.0",
"react-native-sound": "^0.11.0",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^2.14.4",
"react-native-typography": "^1.4.1",
"react-native-vector-icons": "^8.1.0",
"react-native-video": "^5.1.1",
"react-native-video-cache": "^2.0.5",
"react-native-video-controls": "^2.7.1",
"react-native-view-more-text": "^2.1.0",
"react-native-view-shot": "^3.1.2",
"react-native-webview": "^11.4.3",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"rn-fetch-blob": "^0.12.0",
"rn-placeholder": "^3.0.3",
"twitter-text": "^3.1.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/eslint-parser": "^7.14.7",
"@babel/runtime": "^7.9.2",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@react-native-community/eslint-config": "^1.0.0",
"@testing-library/react-hooks": "^3.4.1",
"@welldone-software/why-did-you-render": "^6.1.4",
"babel-jest": "^25.3.0",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.16.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unused-imports": "^1.1.1",
"husky": "^4.2.5",
"jest": "^25.3.0",
"metro-react-native-babel-preset": "^0.59.0",
"mockdate": "^3.0.2",
"react-native-testing-library": "^2.1.0",
"react-native-version": "^4.0.0",
"react-test-renderer": "16.11.0",
"redux-mock-store": "^1.5.4",
"why-did-you-render": "^1.0.1"
}
}