Live video on the AT Protocol
1{
2 "name": "@streamplace/components",
3 "version": "0.9.15",
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 "sideEffects": false,
18 "author": "Streamplace",
19 "license": "MIT",
20 "devDependencies": {
21 "@fluent/syntax": "^0.19.0",
22 "@types/react-dom": "^19.2.3",
23 "@types/sdp-transform": "^2.15.0",
24 "i18next-cli": "^1.32.0",
25 "nodemon": "^3.1.10",
26 "tsup": "^8.5.0"
27 },
28 "dependencies": {
29 "@atproto/api": "^0.16.7",
30 "@atproto/crypto": "^0.4.4",
31 "@emoji-mart/react": "^1.1.1",
32 "@fluent/bundle": "^0.19.1",
33 "@fluent/langneg": "^0.7.0",
34 "@fluent/react": "^0.15.2",
35 "@gorhom/bottom-sheet": "^5.2.8",
36 "@radix-ui/react-dropdown-menu": "^2.1.16",
37 "@rn-primitives/dropdown-menu": "^1.2.0",
38 "@rn-primitives/portal": "^1.3.0",
39 "@rn-primitives/slider": "^1.2.0",
40 "class-variance-authority": "^0.6.1",
41 "expo-keep-awake": "^55.0.4",
42 "expo-screen-orientation": "^55.0.8",
43 "expo-sensors": "^55.0.8",
44 "expo-sqlite": "^55.0.10",
45 "expo-video": "^55.0.10",
46 "graphemer": "^1.4.0",
47 "hls.js": "^1.5.17",
48 "i18next": "^25.4.2",
49 "i18next-browser-languagedetector": "^8.2.0",
50 "i18next-fluent": "^2.0.0",
51 "i18next-http-backend": "^3.0.2",
52 "i18next-resources-to-backend": "^1.2.1",
53 "intl-pluralrules": "^2.0.1",
54 "lucide-react-native": "^0.562.0",
55 "react-i18next": "^15.7.3",
56 "react-native": "^0.83.2",
57 "react-native-edge-to-edge": "^1.6.2",
58 "react-native-gesture-handler": "^2.30.0",
59 "react-native-reanimated": "~4.2.1",
60 "react-native-safe-area-context": "^5.7.0",
61 "react-native-svg": "^15.15.3",
62 "react-native-webrtc": "git+https://github.com/streamplace/react-native-webrtc.git#74fa32266e3a2fee180f5e01bb8753af2a92d9d3",
63 "react-use-websocket": "^4.13.0",
64 "streamplace": "workspace:*",
65 "viem": "^2.21.44",
66 "zustand": "^5.0.5"
67 },
68 "peerDependencies": {
69 "expo-localization": "*",
70 "react": "*"
71 },
72 "peerDependenciesMeta": {
73 "expo-localization": {
74 "optional": true
75 }
76 },
77 "scripts": {
78 "build": "tsc",
79 "start": "tsc --watch --preserveWatchOutput",
80 "prepare": "node scripts/compile-translations.js && tsc",
81 "i18n:compile": "node scripts/compile-translations.js",
82 "i18n:watch": "nodemon --watch 'locales/**/*.ftl' --exec 'node scripts/compile-translations.js'",
83 "i18n:extract": "i18next-cli extract && node scripts/migrate-i18n.js"
84 }
85}