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