-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.63 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
{
"name": "NIM_ReactNative_Demo",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^8.1.0",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.1.1",
"@yxim/nim-web-sdk": "^9.17.2",
"mobx": "^6.4.2",
"mobx-react": "^7.3.0",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-audio": "^4.3.0",
"react-native-easy-toast": "^1.2.0",
"react-native-elements": "^1.2.7",
"react-native-fs": "^2.19.0",
"react-native-gesture-handler": "^2.4.2",
"react-native-image-picker": "^2.2.1",
"react-native-reanimated": "^2.4.1",
"react-native-safe-area-context": "^4.2.1",
"react-native-screens": "3.13.1",
"react-native-sound": "^0.11.0",
"react-native-vector-icons": "6.6.0",
"react-native-video": "^5.2.0",
"react-navigation": "^4.1.1",
"realm": "^10.13.0"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/runtime": "^7.17.7",
"@react-native-community/eslint-config": "^3.2.0",
"babel-jest": "^27.5.1",
"eslint": "^8.11.0",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.69.1",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}