Live video on the AT Protocol
1{
2 "name": "@streamplace/components",
3 "version": "0.8.13",
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 "@fluent/syntax": "^0.19.0",
21 "@types/sdp-transform": "^2.15.0",
22 "nodemon": "^3.1.10",
23 "tsup": "^8.5.0"
24 },
25 "dependencies": {
26 "@atproto/api": "^0.16.7",
27 "@atproto/crypto": "^0.4.4",
28 "@emoji-mart/react": "^1.1.1",
29 "@fluent/bundle": "^0.19.1",
30 "@fluent/langneg": "^0.7.0",
31 "@fluent/react": "^0.15.2",
32 "@gorhom/bottom-sheet": "^5.1.6",
33 "@rn-primitives/dropdown-menu": "^1.2.0",
34 "@rn-primitives/portal": "^1.3.0",
35 "@rn-primitives/slider": "^1.2.0",
36 "class-variance-authority": "^0.6.1",
37 "expo-keep-awake": "^14.0.0",
38 "expo-screen-orientation": "^9.0.7",
39 "expo-sensors": "^15.0.7",
40 "expo-sqlite": "~15.2.12",
41 "expo-video": "^2.0.0",
42 "hls.js": "^1.5.17",
43 "i18next": "^25.4.2",
44 "i18next-browser-languagedetector": "^8.2.0",
45 "i18next-fluent": "^2.0.0",
46 "i18next-http-backend": "^3.0.2",
47 "i18next-resources-to-backend": "^1.2.1",
48 "intl-pluralrules": "^2.0.1",
49 "lucide-react-native": "^0.514.0",
50 "react-i18next": "^15.7.3",
51 "react-native": "^0.79.0",
52 "react-native-edge-to-edge": "^1.6.2",
53 "react-native-gesture-handler": "^2.20.0",
54 "react-native-reanimated": "^3.0.0",
55 "react-native-safe-area-context": "^5.0.0",
56 "react-native-svg": "^15.0.0",
57 "react-native-webrtc": "git+https://github.com/streamplace/react-native-webrtc.git#6b8472a771ac47f89217d327058a8a4124a6ae56",
58 "react-use-websocket": "^4.13.0",
59 "streamplace": "workspace:*",
60 "viem": "^2.21.44",
61 "zustand": "^5.0.5"
62 },
63 "peerDependencies": {
64 "expo-localization": "*",
65 "react": "*"
66 },
67 "peerDependenciesMeta": {
68 "expo-localization": {
69 "optional": true
70 }
71 },
72 "scripts": {
73 "build": "tsc",
74 "start": "tsc --watch --preserveWatchOutput",
75 "prepare": "node scripts/compile-translations.js && tsc",
76 "i18n:compile": "node scripts/compile-translations.js",
77 "i18n:watch": "nodemon scripts/compile-translations.js --watch locales/**/*.ftl",
78 "i18n:extract": "node scripts/extract-i18n.js"
79 }
80}