Live video on the AT Protocol
1{
2 "name": "@streamplace/components",
3 "version": "0.6.37",
4 "description": "Streamplace React (Native) Components",
5 "type": "module",
6 "main": "dist/index.js",
7 "types": "src/index.tsx",
8 "exports": {
9 ".": {
10 "@streamplace/dev": "./src/index.tsx",
11 "types": "./dist/index.d.mjs",
12 "default": "./dist/index.mjs"
13 }
14 },
15 "scripts": {
16 "build": "tsc",
17 "postinstall": "pnpm run build",
18 "start": "tsc --watch --preserveWatchOutput"
19 },
20 "keywords": [
21 "streamplace"
22 ],
23 "author": "Streamplace",
24 "license": "MIT",
25 "packageManager": "pnpm@10.11.0",
26 "devDependencies": {
27 "tsup": "^8.5.0"
28 },
29 "dependencies": {
30 "@atproto/api": "^0.15.7",
31 "@atproto/crypto": "^0.4.4",
32 "@react-navigation/native": "^6.1.18",
33 "expo-video": "~2.2.1",
34 "hls.js": "^1.5.17",
35 "@gorhom/bottom-sheet": "^5.1.6",
36 "@rn-primitives/dropdown-menu": "^1.2.0",
37 "@rn-primitives/portal": "^1.3.0",
38 "class-variance-authority": "^0.6.1",
39 "lucide-react-native": "^0.514.0",
40 "react-native": "0.79.3",
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 "react-native-gesture-handler": "~2.26.0",
45 "react-native-reanimated": "~3.18.0",
46 "react-native-safe-area-context": "5.4.1",
47 "viem": "^2.21.44",
48 "zustand": "^5.0.5"
49 },
50 "peerDependencies": {
51 "react": "*"
52 }
53}