mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
98c0b1d3bf
* test: migrate test app to expo dev client * docs: align test app device targeting * docs: clarify dev client setup tradeoffs * docs: remove stale sdk reference
32 lines
824 B
JSON
32 lines
824 B
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-constants": "56.0.18",
|
|
"expo-dev-client": "~56.0.20",
|
|
"expo-linking": "56.0.14",
|
|
"expo-router": "~56.2.11",
|
|
"expo-status-bar": "~56.0.4",
|
|
"react": "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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.2",
|
|
"typescript": "~6.0.3"
|
|
}
|
|
}
|