You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
895 B

{
"name": "WebRTCExample",
"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": {
"nmap": "^1.1.0",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-animatable": "^1.4.0",
"react-native-incall-manager": "^4.0.1",
"react-native-svg": "^13.7.0",
"react-native-webrtc": "^1.94.2",
"socket.io-client": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/runtime": "^7.20.7",
"@react-native-community/eslint-config": "^3.2.0",
"babel-jest": "^29.3.1",
"eslint": "^8.31.0",
"jest": "^29.3.1",
"metro-react-native-babel-preset": "^0.74.0",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}