{ "name": "openpassport", "version": "2.2.2", "private": true, "scripts": { "android": "react-native run-android", "android:build-debug": "cd ./android && yarn android:build-debug-bundle && ./gradlew clean assembleDebug && cd ..", "android:build-debug-bundle": "yarn 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-analyze": "yarn reinstall && react-native-bundle-visualizer --platform android --dev", "clean": "watchman watch-del-all && rm -rf node_modules ios/Pods ios/build android/app/build android/build .yarn/cache ios/.xcode.env.local", "clean:xcode-env-local": "rm -f ios/.xcode.env.local", "fmt": "prettier --check .", "fmt:fix": "prettier --write .", "ia": "yarn install-app", "install-app": "cd ../common && yarn && cd ../app && yarn && cd ios && pod install && cd .. && yarn clean:xcode-env-local", "ios": "react-native run-ios", "ios-analyze": "yarn reinstall && react-native-bundle-visualizer --platform ios --dev", "lint": "eslint .", "lint:fix": "eslint --fix .", "nice": "yarn fmt:fix && yarn lint:fix", "reinstall": "yarn clean && yarn install && yarn install-app", "start": "watchman watch-del-all && react-native start", "test": "jest --passWithNoTests" }, "dependencies": { "@ethersproject/shims": "^5.7.0", "@openpassport/zk-kit-lean-imt": "^0.0.6", "@openpassport/zk-kit-smt": "^0.0.1", "@peculiar/x509": "^1.12.3", "@react-native-async-storage/async-storage": "^2.1.1", "@react-native-clipboard/clipboard": "1.13.2", "@react-native-community/netinfo": "^11.4.1", "@react-native-google-signin/google-signin": "^13.1.0", "@react-navigation/native": "^7.0.14", "@react-navigation/native-stack": "^7.2.0", "@segment/analytics-react-native": "^2.20.3", "@segment/sovran-react-native": "^1.1.3", "@stablelib/cbor": "^2.0.1", "@tamagui/config": "1.110.0", "@tamagui/lucide-icons": "1.110.0", "@tamagui/toast": "1.110.0", "asn1js": "^3.0.5", "burnt": "^0.12.2", "country-emoji": "^1.5.6", "country-iso-3-to-2": "^1.1.1", "elliptic": "^6.6.1", "ethers": "^6.11.0", "expo-modules-core": "^2.2.1", "js-sha512": "^0.9.0", "lottie-react-native": "^7.2.2", "msgpack-lite": "^0.1.26", "node-forge": "^1.3.1", "pako": "^2.1.0", "pkijs": "^3.2.4", "poseidon-lite": "^0.2.0", "react": "^18.3.1", "react-native": "0.75.4", "react-native-biometrics": "^3.0.1", "react-native-check-version": "^1.3.0", "react-native-cloud-storage": "^2.2.2", "react-native-device-info": "^14.0.4", "react-native-dotenv": "^3.4.11", "react-native-gesture-handler": "^2.22.1", "react-native-get-random-values": "^1.11.0", "react-native-haptic-feedback": "^2.3.3", "react-native-keychain": "^8.2.0", "react-native-localize": "^3.4.1", "react-native-nfc-manager": "^3.15.1", "react-native-passport-reader": "^1.0.3", "react-native-safe-area-context": "^5.2.0", "react-native-screens": "^4.6.0", "react-native-svg": "^15.11.1", "socket.io-client": "^4.7.5", "tamagui": "1.110.0", "uuid": "^11.0.5", "zustand": "^4.5.2" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/plugin-transform-private-methods": "^7.23.3", "@react-native-community/cli": "^14.1.1", "@react-native/babel-preset": "0.75.4", "@react-native/eslint-config": "0.75.4", "@react-native/metro-config": "0.75.4", "@react-native/typescript-config": "0.75.4", "@tamagui/types": "1.110.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@tsconfig/react-native": "^3.0.0", "@types/elliptic": "^6", "@types/jest": "^29.5.14", "@types/msgpack-lite": "^0.1.11", "@types/node-forge": "^1.3.3", "@types/pako": "^2.0.3", "@types/react": "^18.2.6", "@types/react-native": "^0.73.0", "@types/react-native-dotenv": "^0.2.0", "eslint": "^8.19.0", "jest": "^29.6.3", "prettier": "2.8.8", "react-native-bundle-visualizer": "^3.1.3", "react-native-svg-transformer": "^1.5.0", "stream-browserify": "^3.0.0", "typescript": "5.0.4" }, "packageManager": "yarn@4.5.0", "engines": { "node": ">=18" } }