Live video on the AT Protocol
at eli/packetize-tweak 56 lines 1.6 kB view raw
1{ 2 "name": "@streamplace/components", 3 "version": "0.7.27", 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 "keywords": [ 15 "streamplace" 16 ], 17 "author": "Streamplace", 18 "license": "MIT", 19 "devDependencies": { 20 "tsup": "^8.5.0" 21 }, 22 "dependencies": { 23 "@atproto/api": "^0.16.7", 24 "@atproto/crypto": "^0.4.4", 25 "@emoji-mart/react": "^1.1.1", 26 "@gorhom/bottom-sheet": "^5.1.6", 27 "@rn-primitives/dropdown-menu": "^1.2.0", 28 "@rn-primitives/portal": "^1.3.0", 29 "@rn-primitives/slider": "^1.2.0", 30 "class-variance-authority": "^0.6.1", 31 "expo-keep-awake": "^14.0.0", 32 "expo-sqlite": "~15.2.12", 33 "expo-video": "^2.0.0", 34 "hls.js": "^1.5.17", 35 "lucide-react-native": "^0.514.0", 36 "react-native": "^0.79.0", 37 "react-native-edge-to-edge": "^1.6.2", 38 "react-native-gesture-handler": "^2.20.0", 39 "react-native-reanimated": "^3.0.0", 40 "react-native-safe-area-context": "^5.0.0", 41 "react-native-svg": "^15.0.0", 42 "react-native-webrtc": "git+https://github.com/streamplace/react-native-webrtc.git#6b8472a771ac47f89217d327058a8a4124a6ae56", 43 "react-use-websocket": "^4.13.0", 44 "streamplace": "workspace:*", 45 "viem": "^2.21.44", 46 "zustand": "^5.0.5" 47 }, 48 "peerDependencies": { 49 "react": "*" 50 }, 51 "scripts": { 52 "build": "tsc", 53 "start": "tsc --watch --preserveWatchOutput", 54 "prepare": "tsc" 55 } 56}