{ "name": "Example", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "windows": "react-native run-windows", "start": "react-native start", "test": "jest", "tsc": "tsc --noEmit", "postinstall": "patch-package" }, "dependencies": { "react": "18.2.0", "react-dom": "^18.2.0", "react-native": "0.74.2", "react-native-reanimated": "3.13.0", "react-native-svg": "link:../", "react-native-view-shot": "4.0.0-alpha.2", "react-native-windows": "0.74.9" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/plugin-proposal-export-namespace-from": "^7.18.9", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/babel-preset": "0.74.84", "@react-native/eslint-config": "0.74.84", "@react-native/metro-config": "0.74.84", "@react-native/typescript-config": "0.74.84", "@types/react": "^18.2.6", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.6.3", "babel-loader": "^9.1.2", "eslint": "^8.19.0", "file-loader": "^6.2.0", "jest": "^29.6.3", "metro-config": "^0.80.9", "patch-package": "^8.0.0", "postinstall-postinstall": "^2.1.0", "prettier": "2.8.8", "react-native-dotenv": "^3.4.11", "react-test-renderer": "18.2.0", "typescript": "5.0.4" }, "engines": { "node": ">=18" } }