react-native-acoustic-connect-beta
Version:
BETA: React native plugin for Acoustic Connect
66 lines (65 loc) • 2.35 kB
JSON
{
"name": "SampleUI",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "cd ios && pod install && cd .. && react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"updateYalc": "yalc update react-native-acoustic-connect-beta && cd ios && pod install && cd ..",
"test:integration:android": "bash scripts/integration-test-android.sh"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo/vector-icons": "~14.0.4",
"@pchmn/expo-material3-theme": "^1.3.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/drawer": "^7.3.9",
"@react-navigation/native": "^7.1.6",
"@react-navigation/stack": "^7.2.10",
"expo": "~52.0.0",
"expo-font": "~13.0.4",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-acoustic-connect-beta": "file:.yalc/react-native-acoustic-connect-beta",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-nitro-modules": "^0.25.2",
"react-native-paper": "^5.13.5",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-vector-icons": "^10.2.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.76.9",
"@react-native/eslint-config": "0.76.9",
"@react-native/metro-config": "0.76.9",
"@react-native/typescript-config": "0.76.9",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"detox": "^20.40.2",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-devtools": "^6.1.2",
"react-test-renderer": "^18.2.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
}
}