36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "openvidu_react_native",
|
|
"version": "2.20.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start",
|
|
"start:cache": "npm start -- --reset-cache",
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"clean": "rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules && rm -f package-lock.json",
|
|
"install-ov": "npm i openvidu-react-native-adapter-*.tgz",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"axios": "0.21.1",
|
|
"events": "3.3.0",
|
|
"openvidu-react-native-adapter": "file:openvidu-react-native-adapter-2.20.0.tgz",
|
|
"react": "17.0.1",
|
|
"react-native": "0.64.2",
|
|
"react-native-get-random-values": "1.7.0",
|
|
"react-native-incall-manager": "3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.14.3",
|
|
"@babel/runtime": "7.14.0",
|
|
"@react-native-community/eslint-config": "2.0.0",
|
|
"babel-jest": "27.0.2",
|
|
"jest": "27.0.4",
|
|
"metro-react-native-babel-preset": "0.66.0",
|
|
"react-test-renderer": "17.0.1"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|