-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.94 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
{
"name": "medeasy",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"author": "OmAr-Kader",
"homepage": "https://github.com/OmAr-Kader/medeasy#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/OmAr-Kader/medeasy.git"
},
"dependencies": {
"@notifee/react-native": "^7.8.0",
"@react-native-async-storage/async-storage": "^1.19.1",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/netinfo": "^9.4.1",
"@react-native-firebase/app": "^18.3.0",
"@react-native-firebase/auth": "^18.3.0",
"@react-native-firebase/firestore": "^18.3.0",
"@react-native-firebase/messaging": "^18.3.0",
"@react-native-firebase/storage": "^18.3.0",
"@react-native-google-signin/google-signin": "^10.0.1",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@react-navigation/stack": "^6.3.17",
"@zegocloud/zego-uikit-prebuilt-call-rn": "^4.1.8",
"@zegocloud/zego-uikit-rn": "^2.1.1",
"metro-config": "^0.77.0",
"react": "18.2.0",
"react-delegate-component": "^1.0.0",
"react-native": "0.72.3",
"react-native-bouncy-checkbox": "^3.0.7",
"react-native-callkeep": "^4.3.11",
"react-native-dialog": "^9.3.0",
"react-native-gesture-handler": "^2.12.1",
"react-native-image-picker": "^5.6.0",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-localization": "^2.3.2",
"react-native-multiple-switch": "^1.1.2",
"react-native-notifier": "^1.9.0",
"react-native-page-indicator": "^2.0.1",
"react-native-paper": "^5.9.1",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "^3.4.1",
"react-native-reanimated-zoom": "^0.3.3",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.23.0",
"react-native-sound": "^0.11.2",
"react-native-svg": "^13.10.0",
"react-native-toast-notifications": "^3.3.1",
"selected-option-picker": "^0.0.23",
"zego-express-engine-reactnative": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.22.9",
"@babel/runtime": "^7.22.6",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"@tsconfig/react-native": "^3.0.2",
"@types/react": "^18.2.18",
"@types/react-native-incall-manager": "^4.0.0",
"@types/react-test-renderer": "^18.0.0",
"@types/react-transition-group": "^4.4.6",
"babel-jest": "^29.6.2",
"eslint": "^8.46.0",
"jest": "^29.6.2",
"metro-react-native-babel-preset": "0.77.0",
"prettier": "^3.0.0",
"react-test-renderer": "18.2.0",
"rn-nodeify": "github:tradle/rn-nodeify",
"typescript": "5.1.6"
},
"engines": {
"node": ">=16"
}
}