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