Live video on the AT Protocol
at feat-iroh-replicator 57 lines 1.7 kB view raw
1{ 2 "name": "@streamplace/components", 3 "version": "0.7.11", 4 "description": "Streamplace React (Native) Components", 5 "main": "dist/index.js", 6 "types": "src/index.tsx", 7 "exports": { 8 ".": { 9 "@streamplace/dev": "./src/index.tsx", 10 "types": "./src/index.tsx", 11 "default": "./dist/index.js" 12 } 13 }, 14 "scripts": { 15 "build": "tsc", 16 "prepare": "pnpm run build", 17 "start": "tsc --watch --preserveWatchOutput" 18 }, 19 "keywords": [ 20 "streamplace" 21 ], 22 "author": "Streamplace", 23 "license": "MIT", 24 "packageManager": "pnpm@10.11.0", 25 "devDependencies": { 26 "tsup": "^8.5.0" 27 }, 28 "dependencies": { 29 "@atproto/api": "^0.15.7", 30 "@atproto/crypto": "^0.4.4", 31 "@emoji-mart/react": "^1.1.1", 32 "@gorhom/bottom-sheet": "^5.1.6", 33 "@react-navigation/native": "^6.1.18", 34 "@rn-primitives/dropdown-menu": "^1.2.0", 35 "@rn-primitives/portal": "^1.3.0", 36 "@rn-primitives/slider": "^1.2.0", 37 "class-variance-authority": "^0.6.1", 38 "expo-keep-awake": "~14.1.4", 39 "expo-video": "~2.2.1", 40 "hls.js": "^1.5.17", 41 "lucide-react-native": "^0.514.0", 42 "react-native": "0.79.3", 43 "react-native-edge-to-edge": "^1.6.2", 44 "react-native-gesture-handler": "~2.26.0", 45 "react-native-reanimated": "~3.18.0", 46 "react-native-safe-area-context": "5.4.1", 47 "react-native-svg": "15.12.0", 48 "react-native-webrtc": "git+https://github.com/streamplace/react-native-webrtc.git#6b8472a771ac47f89217d327058a8a4124a6ae56", 49 "react-use-websocket": "^4.13.0", 50 "streamplace": "workspace:*", 51 "viem": "^2.21.44", 52 "zustand": "^5.0.5" 53 }, 54 "peerDependencies": { 55 "react": "*" 56 } 57}