mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
31 lines
850 B
JSON
31 lines
850 B
JSON
{
|
|
"name": "experiments-app",
|
|
"private": true,
|
|
"description": "Expo app for conducting experiments of React Native behaviour.",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc -noEmit",
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"validate": "yarn expo install --check && yarn typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/native": "^7.2.2",
|
|
"@react-navigation/native-stack": "^7.14.10",
|
|
"expo": "^54.0.33",
|
|
"expo-status-bar": "~3.0.9",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.29.0",
|
|
"@types/react": "~19.1.10",
|
|
"typescript": "~5.9.2"
|
|
}
|
|
}
|