{
  "name": "@mconf/bbb-mobile-template",
  "version": "1.6.8",
  "repository": "https://github.com/mconf/bbb-mobile-template",
  "description": "BBB mobile template easy to start your own mobile client",
  "keywords": [
    "bbb",
    "mobile",
    "native"
  ],
  "author": "BigBlueButton",
  "license": "MIT",
  "scripts": {
    "start": "expo start --dev-client",
    "android": "expo run:android",
    "ios": "expo run:ios",
    "web": "expo start --web"
  },
  "dependencies": {
    "@config-plugins/react-native-webrtc": "3.0.0",
    "@notifee/react-native": "^5.7.0",
    "@react-native-community/netinfo": "8.2.0",
    "@react-navigation/native": "^6.0.10",
    "@react-navigation/native-stack": "^6.6.2",
    "bbb-mobile-sdk": "git+ssh://git@github.com:mconf/bbb-mobile-sdk.git#v0.6.8",
    "expo": "~45.0.8",
    "expo-av": "~11.2.3",
    "expo-crypto": "~10.2.0",
    "expo-splash-screen": "~0.15.1",
    "expo-status-bar": "~1.3.0",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-native": "0.68.2",
    "react-native-crypto": "^2.2.0",
    "react-native-gesture-handler": "~2.2.1",
    "react-native-incall-manager": "^4.0.1",
    "react-native-reanimated": "~2.10.0",
    "react-native-safe-area-context": "4.2.4",
    "react-native-screens": "~3.11.1",
    "react-native-svg": "12.3.0",
    "react-native-web": "0.17.7",
    "react-native-webrtc": "1.100.0",
    "react-native-webview": "11.18.1"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9"
  },
  "private": false
}
