-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.41 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
{
"name": "vcallx",
"version": "0.0.1",
"private": true,
"scripts": {
"vcallx:start": "react-native start",
"vcallx:android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest",
"lint": "eslint .",
"dev": "npm-run-all vcallx:*"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.7",
"@react-navigation/native": "^5.6.1",
"@react-navigation/stack": "^5.6.2",
"lottie-react-native": "^3.5.0",
"react": "16.11.0",
"react-native": "^0.62.3",
"react-native-cli": "^2.0.1",
"react-native-gesture-handler": "^1.6.1",
"react-native-popup-dialog": "^0.18.3",
"react-native-reanimated": "^2.0.0-alpha.4",
"react-native-safe-area-context": "^3.0.7",
"react-native-screens": "^2.9.0",
"react-native-splash-screen": "^3.2.0",
"react-native-vector-icons": "^7.0.0",
"react-native-webrtc": "^1.75.3",
"socket.io-client": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.58.0",
"npm-run-all": "^4.1.5",
"react-test-renderer": "16.11.0"
},
"jest": {
"preset": "react-native"
}
}