Files
callstack__react-native-tes…/examples/basic/package.json
T
2026-04-13 20:17:20 +02:00

39 lines
1.0 KiB
JSON

{
"name": "rntl-example-basic",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"validate": "yarn expo install --check && yarn lint && yarn typecheck && yarn test --watchman=false"
},
"dependencies": {
"expo": "~54.0.33",
"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.2"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@testing-library/react-native": "^14.0.0-beta.0",
"@types/jest": "^29.5.12",
"@types/react": "~19.1.10",
"eslint": "^10.2.0",
"eslint-plugin-testing-library": "^7.16.2",
"jest": "~29.7.0",
"test-renderer": "0.14.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.58.1"
},
"private": true,
"packageManager": "yarn@4.11.0"
}