|
| 1 | +{ |
| 2 | + "name": "tester-expo-app", |
| 3 | + "version": "0.0.1", |
| 4 | + "private": true, |
| 5 | + "main": "./index.js", |
| 6 | + "scripts": { |
| 7 | + "start": "react-native start", |
| 8 | + "ios": "react-native run-ios --no-packager", |
| 9 | + "android": "react-native run-android --no-packager", |
| 10 | + "prebuild": "expo prebuild" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "expo": "^53.0.22", |
| 14 | + "expo-linking": "~7.1.7", |
| 15 | + "expo-router": "~5.1.5", |
| 16 | + "react": "19.0.0", |
| 17 | + "react-native": "0.79.5", |
| 18 | + "react-native-safe-area-context": "5.4.0", |
| 19 | + "react-native-screens": "~4.11.1" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "@babel/core": "^7.25.2", |
| 23 | + "@callstack/repack": "workspace:*", |
| 24 | + "@callstack/repack-plugin-expo": "workspace:*", |
| 25 | + "@react-native-community/cli": "catalog:testers", |
| 26 | + "@react-native-community/cli-platform-android": "catalog:testers", |
| 27 | + "@react-native-community/cli-platform-ios": "catalog:testers", |
| 28 | + "@react-native/babel-preset": "catalog:testers", |
| 29 | + "@react-native/typescript-config": "catalog:testers", |
| 30 | + "@rspack/core": "catalog:", |
| 31 | + "@swc/core": "^1.13.3", |
| 32 | + "@swc/helpers": "catalog:", |
| 33 | + "@types/react": "catalog:testers", |
| 34 | + "react-native-test-app": "catalog:testers", |
| 35 | + "typescript": "catalog:" |
| 36 | + } |
| 37 | +} |
0 commit comments