mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"main": "expo-router/entry",
|
|
"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": "^50.0.4",
|
|
"expo-constants": "~15.4.6",
|
|
"expo-linking": "~6.2.2",
|
|
"expo-router": "~3.4.10",
|
|
"expo-splash-screen": "~0.26.5",
|
|
"expo-status-bar": "~1.11.1",
|
|
"jotai": "^2.8.4",
|
|
"nanoid": "^3.3.7",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.73.2",
|
|
"react-native-get-random-values": "~1.8.0",
|
|
"react-native-safe-area-context": "4.8.2",
|
|
"react-native-screens": "~3.29.0",
|
|
"react-native-web": "~0.19.6",
|
|
"zustand": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@expo/metro-runtime": "~3.1.3",
|
|
"@testing-library/react-native": "^12.4.0",
|
|
"@types/eslint": "^8.56.10",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/react": "~18.2.45",
|
|
"@types/react-native-get-random-values": "^1",
|
|
"eslint": "^8.57.0",
|
|
"jest": "^29.7.0",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"private": true,
|
|
"packageManager": "yarn@4.0.1"
|
|
}
|