mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
11e0a1f187
* feat: add WebView accessibility lab * refactor: tighten iOS snapshot presentation rules * fix: preserve semantic WebView containers
40 lines
1.1 KiB
JSON
40 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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|