react-native-acoustic-connect-beta
Version:
BETA: React native plugin for Acoustic Connect
72 lines • 2.94 kB
JSON
{
"dependencies": {
"@native-base/icons": "^0.0.10",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"expo": "~49.0.23",
"expo-keep-awake": "~12.3.0",
"expo-linear-gradient": "~12.3.0",
"expo-modules-core": "~1.5.12",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"fs-extra": "^10.0.0",
"native-base": "3.4.0-rc.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.10",
"react-native-acoustic-connect-beta": "16.0.41",
"react-native-gesture-handler": "~2.12.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-svg-transformer": "1.1.0",
"react-native-web": "~0.19.6",
"shelljs": "^0.8.5",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/cli": "^15.1.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/js-polyfills": "^0.76.1",
"@react-native/metro-config": "^0.72.11",
"@tsconfig/react-native": "^3.0.0",
"@types/react": "~18.2.14",
"@types/react-native": "~0.63.2",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"jest-expo": "~49.0.0",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "^2.4.1",
"typescript": "^5.1.3"
},
"jest": {
"preset": "jest-expo"
},
"name": "kitchen-sink",
"nohoist": [
"**/*/**"
],
"private": true,
"scripts": {
"android": "react-native run-android",
"android:bundle:debug": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/",
"android:bundle:release": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/build/intermediates/res/merged/release/",
"create-snapshots": "node snapshot/create-snapshots.js",
"eject": "expo eject",
"ios": "cd ios && pod install && cd .. && react-native run-ios",
"start": "expo start --dev-client",
"test": "jest __tests__/",
"web": "expo start --web",
"web-build": "npx expo-cli build:web && node ./copy-robots.js"
},
"version": "1.0.2"
}