UNPKG

mediasfu-reactnative-expo

Version:
169 lines (168 loc) 5.23 kB
{ "name": "mediasfu-reactnative-expo", "version": "2.1.5", "main": "dist/main.js", "types": "dist/types/main.d.ts", "module": "dist/main.js", "author": "MediaSFU", "license": "MIT", "description": "MediaSFU Prebuilt React Native (Expo) SDK", "repository": { "type": "git", "url": "https://github.com/MediaSFU/MediaSFU-ReactNative-Expo" }, "homepage": "https://github.com/MediaSFU/MediaSFU-ReactNative-Expo", "bugs": { "url": "https://github.com/MediaSFU/MediaSFU-ReactNative-Expo/issues", "email": "info@mediasfu.com" }, "files": [ "dist/", "README.md" ], "scripts": { "start": "expo start --dev-client", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "prebuild": "node prebuild.js", "postbuild": "node postbuild.js", "build": "npm run build:clean && npm run build:ts", "build:clean": "rm -rf dist", "build:ts": "tsc --project tsconfig.build.json", "build:bundle": "rollup -c", "build:copy": "cp -r src/assets dist/assets", "buildnpm": "npm run build:clean && npm run build:ts", "lint": "eslint src/**/*.ts src/**/*.tsx", "lint:fix": "eslint src/**/*.ts src/**/*.tsx --fix", "build-docs": "typedoc" }, "peerDependencies": { "@config-plugins/react-native-webrtc": "^9.0.0", "@expo/metro-runtime": "^4.0.0", "@expo/vector-icons": "^14.0.2", "@react-native-async-storage/async-storage": "^1.23.1", "@react-native-community/slider": "^4.5.2", "@react-native-picker/picker": "^2.7.5", "expo": "^52.0.11", "expo-av": "~15.0.1", "expo-camera": "~16.0.9", "expo-clipboard": "~7.0.0", "expo-dev-client": "~5.0.5", "expo-router": "~4.0.11", "expo-web-browser": "~13.0.3", "expo-screen-orientation": "~8.0.1", "expo-splash-screen": "~0.29.13", "expo-status-bar": "~2.0.0", "mediasoup-client": "^3.7.0", "react": "18.3.1", "react-color": "^2.19.3", "react-dom": "18.3.1", "react-native": "0.76.3", "react-native-gesture-handler": "~2.20.2", "react-native-orientation-locker": "^1.6.0", "react-native-picker-select": "^9.0.0", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", "react-native-web": "~0.19.13", "react-native-webrtc": "^118.0.0", "react-native-webrtc-web-shim": "^1.0.7", "reanimated-color-picker": "^2.4.2", "socket.io-client": "^4.7.2" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@config-plugins/react-native-webrtc": "^9.0.0", "@expo/metro-runtime": "~4.0.0", "@expo/vector-icons": "^14.0.2", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/slider": "4.5.5", "@react-native-picker/picker": "2.9.0", "@types/react": "~18.3.12", "@types/react-native": "^0.73.0", "@typescript-eslint/eslint-plugin": "^8.10.0", "@typescript-eslint/parser": "^8.10.0", "babel-loader": "^9.1.3", "eslint": "^8.57.1", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-react": "^7.37.1", "eslint-plugin-react-hooks": "^4.6.2", "expo": "^52.0.11", "expo-av": "~15.0.1", "expo-camera": "~16.0.9", "expo-clipboard": "~7.0.0", "expo-dev-client": "~5.0.5", "expo-router": "~4.0.11", "expo-web-browser": "~13.0.3", "expo-screen-orientation": "~8.0.1", "expo-splash-screen": "~0.29.13", "expo-status-bar": "~2.0.0", "file-loader": "^6.2.0", "fs-extra": "^11.2.0", "mediasoup-client": "^3.7.0", "react": "18.3.1", "react-color": "^2.19.3", "react-dom": "18.3.1", "react-native": "0.76.3", "react-native-gesture-handler": "~2.20.2", "react-native-orientation-locker": "^1.6.0", "react-native-picker-select": "^9.0.0", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", "react-native-web": "~0.19.13", "react-native-webrtc": "^118.0.0", "react-native-webrtc-web-shim": "^1.0.7", "reanimated-color-picker": "^2.4.2", "socket.io-client": "^4.7.2", "typedoc": "0.26.11", "typedoc-plugin-extras": "3.1.0", "typedoc-plugin-markdown": "4.2.0", "typescript": "^5.3.3", "webpack": "^5.90.3", "webpack-cli": "^5.1.4" }, "overrides": { "@config-plugins/react-native-webrtc": { "expo": "^52.0.11" } }, "keywords": [ "mediasfu", "react", "prebuilt", "webRTC", "video", "audio", "chat", "media", "sfu", "MediaSFU", "cloud recording", "meeting", "conference", "web", "sdk", "react-native", "mediasoup", "screen sharing", "screen sharing annotation", "collaborative whiteboard", "webRTC recording", "webRTC streaming", "mediasfu-react-native", "mediasfu-react-native-sdk", "mediasfu-react-native-prebuilt", "mediasfu-reactnative", "mediasfu-reactnative-sdk", "mediasfu-reactnative-prebuilt", "mediasfu-reactnative-expo", "mediasfu-reactnative-expo-sdk", "mediasfu-reactnative-prebuilt-expo", "mediasfu expo", "mediasfu-expo" ], "private": false, "type": "module" }