{ "name": "@streamplace/components", "version": "0.8.13", "description": "Streamplace React (Native) Components", "main": "dist/index.js", "types": "src/index.tsx", "exports": { ".": { "@streamplace/dev": "./src/index.tsx", "types": "./src/index.tsx", "default": "./dist/index.js" } }, "keywords": [ "streamplace" ], "author": "Streamplace", "license": "MIT", "devDependencies": { "@fluent/syntax": "^0.19.0", "@types/sdp-transform": "^2.15.0", "nodemon": "^3.1.10", "tsup": "^8.5.0" }, "dependencies": { "@atproto/api": "^0.16.7", "@atproto/crypto": "^0.4.4", "@emoji-mart/react": "^1.1.1", "@fluent/bundle": "^0.19.1", "@fluent/langneg": "^0.7.0", "@fluent/react": "^0.15.2", "@gorhom/bottom-sheet": "^5.1.6", "@rn-primitives/dropdown-menu": "^1.2.0", "@rn-primitives/portal": "^1.3.0", "@rn-primitives/slider": "^1.2.0", "class-variance-authority": "^0.6.1", "expo-keep-awake": "^14.0.0", "expo-screen-orientation": "^9.0.7", "expo-sensors": "^15.0.7", "expo-sqlite": "~15.2.12", "expo-video": "^2.0.0", "hls.js": "^1.5.17", "i18next": "^25.4.2", "i18next-browser-languagedetector": "^8.2.0", "i18next-fluent": "^2.0.0", "i18next-http-backend": "^3.0.2", "i18next-resources-to-backend": "^1.2.1", "intl-pluralrules": "^2.0.1", "lucide-react-native": "^0.514.0", "react-i18next": "^15.7.3", "react-native": "^0.79.0", "react-native-edge-to-edge": "^1.6.2", "react-native-gesture-handler": "^2.20.0", "react-native-reanimated": "^3.0.0", "react-native-safe-area-context": "^5.0.0", "react-native-svg": "^15.0.0", "react-native-webrtc": "git+https://github.com/streamplace/react-native-webrtc.git#6b8472a771ac47f89217d327058a8a4124a6ae56", "react-use-websocket": "^4.13.0", "streamplace": "workspace:*", "viem": "^2.21.44", "zustand": "^5.0.5" }, "peerDependencies": { "expo-localization": "*", "react": "*" }, "peerDependenciesMeta": { "expo-localization": { "optional": true } }, "scripts": { "build": "tsc", "start": "tsc --watch --preserveWatchOutput", "prepare": "node scripts/compile-translations.js && tsc", "i18n:compile": "node scripts/compile-translations.js", "i18n:watch": "nodemon scripts/compile-translations.js --watch locales/**/*.ftl", "i18n:extract": "node scripts/extract-i18n.js" } }