-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.97 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": "mirrorfly_uikit_rn_sample",
"version": "0.0.1",
"private": true,
"scripts": {
"rn:clean": "watchman watch-del-all && rm -rf package-lock.json node_modules && rm -rf android/build && rm -rf ios/Pods/ ios/Podfile.lock ios/build && rm -rf ~/Library/Developer/Xcode/DerivedData",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "patch-package"
},
"dependencies": {
"@notifee/react-native": "^7.8.0",
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/cameraroll": "^4.1.2",
"@react-native-community/netinfo": "^8.0.0",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-firebase/app": "^18.3.0",
"@react-native-firebase/messaging": "^18.3.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.9.13",
"@types/react": "^18.0.24",
"emoji-datasource": "^15.0.1",
"fbjs": "^3.0.5",
"mirrorfly-uikit-react-native": "^1.0.7",
"moment": "^2.29.4",
"native-base": "^3.4.28",
"patch-package": "^8.0.0",
"prop-types": "^15.8.1",
"react": "18.0.0",
"react-native": "0.69.0",
"react-native-audio-recorder-player": "^3.6.0",
"react-native-camera": "^4.2.1",
"react-native-compressor": "^1.6.1",
"react-native-contacts": "^7.0.7",
"react-native-convert-ph-asset": "^1.0.3",
"react-native-create-thumbnail": "^1.6.4",
"react-native-document-picker": "^9.0.1",
"react-native-file-viewer": "^2.1.5",
"react-native-fs": "^2.18.0",
"react-native-geocoder": "^0.5.0",
"react-native-geocoding": "^0.5.0",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.9.0",
"react-native-get-random-values": "^1.8.0",
"react-native-image-crop-picker": "^0.38.0",
"react-native-image-zoom-viewer": "^2.2.14",
"react-native-maps": "^1.7.1",
"react-native-mov-to-mp4": "^0.2.2",
"react-native-pager-view": "^6.2.0",
"react-native-permissions": "^3.8.0",
"react-native-progress": "^5.0.0",
"react-native-push-notification": "^8.1.1",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.14.1",
"react-native-slider": "^0.11.0",
"react-native-sound": "^0.11.0",
"react-native-svg": "^13.10.0",
"react-native-svg-transformer": "^1.1.0",
"react-native-tab-view": "^3.5.1",
"react-native-video": "^5.2.1",
"react-redux": "^8.0.5",
"realm": "^10.8.0",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.0.0"
},
"jest": {
"preset": "react-native"
}
}