forked from Nehagupta38/quickblox-react-native-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "sample-react-native-webrtc",
"version": "0.1.1-beta",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"start": "react-native start"
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.3",
"@react-native-community/netinfo": "^5.5.0",
"final-form": "^4.18.6",
"quickblox-react-native-sdk": "^0.5.1-beta",
"react": "^16.9.0",
"react-final-form": "^6.3.3",
"react-native": "^0.61.2",
"react-native-flash-message": "^0.1.15",
"react-native-gesture-handler": "^1.5.0",
"react-native-incall-manager": "^3.2.6",
"react-native-reanimated": "^1.3.0",
"react-native-screens": "^2.0.0-alpha.3",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.9.4",
"react-redux": "^7.1.3",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "^16.9.0"
},
"jest": {
"preset": "react-native"
}
}