mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
36 lines
909 B
JSON
36 lines
909 B
JSON
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject",
|
|
"test": "jest",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^54.0.32",
|
|
"expo-status-bar": "~3.0.9",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-web": "^0.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@testing-library/react-native": "^14.0.0-beta.0",
|
|
"@types/eslint": "^8.56.10",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/react": "~19.1.10",
|
|
"eslint": "^8.57.0",
|
|
"jest": "^29.7.0",
|
|
"test-renderer": "0.14.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true,
|
|
"packageManager": "yarn@4.0.1"
|
|
}
|