mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
32 lines
830 B
JSON
32 lines
830 B
JSON
{
|
|
"name": "experiments-app",
|
|
"private": true,
|
|
"description": "Expo app for conducting experiments of React Native behaviour.",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"typecheck": "tsc -noEmit",
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/native": "^6.1.6",
|
|
"@react-navigation/native-stack": "^6.9.12",
|
|
"add": "^2.0.6",
|
|
"expo": "~48.0.11",
|
|
"expo-status-bar": "~1.4.4",
|
|
"react": "18.2.0",
|
|
"react-native": "0.71.6",
|
|
"react-native-safe-area-context": "4.5.0",
|
|
"react-native-screens": "~3.20.0",
|
|
"yarn": "^1.22.19"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.0.14",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|