UNPKG

freerasp-react-native

Version:

React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.

43 lines (42 loc) 1.77 kB
{ "name": "FreeraspRNExample", "version": "2.0.0", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "pods": "pod-install --quiet", "build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a", "build:ios": "cd ios && xcodebuild -workspace FreeraspReactNativeExample.xcworkspace -scheme FreeraspReactNativeExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO" }, "dependencies": { "@react-native-material/core": "^1.3.7", "react": "19.0.0", "react-native": "0.78.0", "react-native-alert-notification": "^0.4.2", "react-native-safe-area-context": "^5.4.0", "react-native-svg": "^15.11.1" }, "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.78.0", "@react-native/eslint-config": "0.78.0", "@react-native/metro-config": "0.78.0", "@react-native/typescript-config": "0.78.0", "@types/react": "^19.0.0", "babel-plugin-module-resolver": "^5.0.2", "eslint-config-prettier": "^10.0.1", "eslint-plugin-prettier": "^5.2.3", "metro-react-native-babel-preset": "^0.77.0", "react-native-svg-transformer": "^1.5.0" }, "engines": { "node": ">=18" } }