Files
callstack__agent-device/examples/test-app/package.json
Michał Pierzchała 42dc9adb5d fix: address security scanner findings (#2182)
* fix: address security scanner findings

* fix: close image-size parser review gap

* test: prove zero-length image box regressions

* fix: keep fixture fingerprint output machine-readable

* test: align fixture fallback with fingerprint owner
2026-08-31 20:38:44 +02:00

41 lines
1.1 KiB
JSON

{
"name": "agent-device-test-app",
"version": "1.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start --dev-client",
"ios": "expo run:ios",
"android": "expo run:android",
"typecheck": "tsc --noEmit",
"security:test": "node --test security/image-size-security.test.mjs"
},
"dependencies": {
"@expo/dom-webview": "~56.0.5",
"@expo/metro-runtime": "~56.0.15",
"expo": "~56.0.12",
"expo-audio": "~56.0.12",
"expo-constants": "56.0.18",
"expo-dev-client": "~56.0.20",
"expo-linking": "56.0.14",
"expo-modules-core": "56.0.17",
"expo-router": "~56.2.11",
"expo-status-bar": "~56.0.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "^2.31.2",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.25.2",
"react-native-web": "^0.21.2",
"react-native-webview": "13.16.1"
},
"devDependencies": {
"@expo/fingerprint": "^0.19.4",
"@expo/repack-app": "^0.7.2",
"@types/react": "~19.2.2",
"expo-build-disk-cache": "^0.7.4",
"typescript": "~6.0.3"
}
}