{ "name": "bigbluebutton", "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 . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { "@react-native-async-storage/async-storage": "^1.16.1", "@react-native-community/masked-view": "^0.1.11", "@react-navigation/drawer": "^6.3.1", "@react-navigation/native-stack": "^6.5.0", "@types/styled-components-react-native": "^5.1.3", "bigbluebutton-mobile-sdk": "^0.1.6", "react": "17.0.2", "react-native": "0.67.2", "react-native-gesture-handler": "^2.2.0", "react-native-modalize": "^2.0.13", "react-native-reanimated": "^2.4.1", "react-native-safe-area-context": "^3.4.0", "react-native-screens": "^3.11.1", "react-native-swipe-list-view": "^3.2.9", "react-native-vector-icons": "^9.1.0", "react-native-webview": "^11.17.2", "styled-components": "^5.3.3" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "@types/jest": "^26.0.23", "@types/react-native": "^0.66.15", "@types/react-native-vector-icons": "^6.4.10", "@types/react-test-renderer": "^17.0.1", "@types/styled-components": "^5.1.22", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "babel-jest": "^26.6.3", "eslint": "^7.14.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.66.2", "react-test-renderer": "17.0.2", "typescript": "^4.4.4" }, "resolutions": { "@types/react": "^17" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }