Live video on the AT Protocol
1{
2 "name": "@streamplace/components",
3 "version": "0.7.18",
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.15.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-video": "^2.0.0",
33 "hls.js": "^1.5.17",
34 "lucide-react-native": "^0.514.0",
35 "react-native": "^0.79.0",
36 "react-native-edge-to-edge": "^1.6.2",
37 "react-native-gesture-handler": "^2.20.0",
38 "react-native-reanimated": "^3.0.0",
39 "react-native-safe-area-context": "^5.0.0",
40 "react-native-svg": "^15.0.0",
41 "react-native-webrtc": "git+https://github.com/streamplace/react-native-webrtc.git#6b8472a771ac47f89217d327058a8a4124a6ae56",
42 "react-use-websocket": "^4.13.0",
43 "streamplace": "workspace:*",
44 "viem": "^2.21.44",
45 "zustand": "^5.0.5"
46 },
47 "peerDependencies": {
48 "react": "*"
49 },
50 "scripts": {
51 "build": "tsc",
52 "start": "tsc --watch --preserveWatchOutput"
53 }
54}