mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
47b981c8ad
* feat: add gesture command coverage * fix: align iOS fling provider fixture * feat: group gesture commands * fix: clarify android gesture support * feat: add android multitouch gestures * fix: address gesture review feedback * refactor: simplify gesture plumbing * fix: keep gesture subcommands internal * fix: update iOS provider pan transcript
38 lines
915 B
JSON
38 lines
915 B
JSON
{
|
|
"name": "agent-device-test-app",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"ios": "expo start --ios",
|
|
"android": "expo start --android",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "~55.0.9",
|
|
"@react-navigation/native": "^7.2.2",
|
|
"expo": "~55.0.12",
|
|
"expo-constants": "55.0.12",
|
|
"expo-linking": "55.0.11",
|
|
"expo-router": "~55.0.11",
|
|
"expo-status-bar": "~55.0.5",
|
|
"react": "19.2.0",
|
|
"react-native": "0.83.4",
|
|
"react-native-gesture-handler": "^2.31.2",
|
|
"react-native-safe-area-context": "~5.6.2",
|
|
"react-native-screens": "~4.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.2",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@xmldom/xmldom": "0.8.13",
|
|
"postcss": "8.5.12",
|
|
"uuid": "14.0.0"
|
|
}
|
|
}
|
|
}
|