Feat/tee (#39) - Fix iOS camera/qrcode scanning - Bring TEE proving

Co-authored-by: thomas-senechal <thomas.senechal@pm.me>
This commit is contained in:
turnoffthiscomputer
2025-02-09 02:54:17 +01:00
committed by GitHub
parent 62588cb4cb
commit 25aac30fb1
27 changed files with 2146 additions and 727 deletions

View File

@@ -23,32 +23,46 @@
"@amplitude/analytics-react-native": "^1.4.7",
"@ethersproject/shims": "^5.7.0",
"@openpassport/zk-kit-smt": "^0.0.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@peculiar/asn1-schema": "^2.3.15",
"@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.3.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.1",
"@segment/analytics-react-native": "^2.20.3",
"@segment/sovran-react-native": "^1.1.3",
"@stablelib/cbor": "^2.0.1",
"@tamagui/colors": "1.110.0",
"@tamagui/config": "1.110.0",
"@tamagui/lucide-icons": "1.110.0",
"@tamagui/toast": "1.110.0",
"@tamagui/types": "1.110.0",
"asn1.js": "^5.4.1",
"axios": "^1.6.3",
"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",
"events": "^3.3.0",
"expo-modules-core": "^2.2.1",
"js-sha256": "^0.9.0",
"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",
"process": "^0.11.10",
"react": "^18.3.1",
"react-native": "0.75.4",
"react-native-crypto": "^2.2.0",
"react-native-date-picker": "https://github.com/norman-kapschefsky/react-native-date-picker#07b13884e392f386611248bab0f2f9b1093b2f35",
"react-native-dialog": "^9.3.0",
"react-native-dotenv": "^3.4.11",
"react-native-fast-crypto": "^2.2.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.22.1",
"react-native-get-random-values": "^1.11.0",
@@ -56,11 +70,16 @@
"react-native-localize": "^3.4.1",
"react-native-nfc-manager": "^3.15.1",
"react-native-passport-reader": "^1.0.3",
"react-native-randombytes": "^3.6.1",
"react-native-safe-area-context": "^5.1.0",
"react-native-screens": "^4.6.0",
"react-native-svg": "13.4.0",
"react-native-zip-archive": "^6.1.0",
"socket.io-client": "^4.7.5",
"stream-browserify": "^3.0.0",
"tamagui": "1.110.0",
"uuid": "^11.0.5",
"ws": "^8.18.0",
"zustand": "^4.5.2"
},
"devDependencies": {
@@ -73,6 +92,12 @@
"@react-native/typescript-config": "0.75.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/react-native": "^3.0.0",
"@types/cose-js": "^0",
"@types/crypto-js": "^4.1.1",
"@types/elliptic": "^6",
"@types/events": "^3",
"@types/express": "^4.17.17",
"@types/fast-text-encoding": "^1",
"@types/jest": "^29.5.14",
"@types/msgpack-lite": "^0.1.11",
"@types/node-forge": "^1.3.3",
@@ -80,6 +105,10 @@
"@types/react": "^18.2.6",
"@types/react-native": "^0.73.0",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-test-renderer": "^18.0.0",
"@types/ws": "^8",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",