-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.04 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
{
"name": "msdk-v5",
"version": "5.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.9.5",
"@react-native-community/cli": "^14.1.1",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-firebase/app": "^19.1.0",
"@react-native-firebase/messaging": "^19.1.0",
"@react-native-masked-view/masked-view": "^0.3.1",
"@reduxjs/toolkit": "^2.0.1",
"@sentry/react-native": "5.31.0",
"graphql": "^16.8.1",
"npm": "^10.2.5",
"react": "18.3.1",
"react-native": "0.75.3",
"react-native-action-sheet": "^2.2.0",
"react-native-code-push": "^8.2.1",
"react-native-encrypted-storage": "^4.0.3",
"react-native-gesture-handler": "^2.14.0",
"react-native-loggly-jslogger": "^2.2.3",
"react-native-safe-area-context": "^4.8.2",
"react-native-select-contact": "^1.6.3",
"react-native-wallet-manager": "^0.0.7",
"react-native-webview": "^13.12.3",
"react-redux": "^9.0.4",
"redux-persist": "^6.0.0",
"redux-persist-transform-expire": "^0.0.2"
}
}