1{
2  "name": "react-native",
3  "version": "0.72.4",
4  "bin": "./cli.js",
5  "description": "A framework for building native apps using React",
6  "license": "MIT",
7  "repository": "github:facebook/react-native",
8  "engines": {
9    "node": ">=16"
10  },
11  "types": "types",
12  "jest-junit": {
13    "outputDirectory": "reports/junit",
14    "outputName": "js-test-results.xml"
15  },
16  "files": [
17    "android",
18    "build.gradle.kts",
19    "cli.js",
20    "flow",
21    "flow-typed",
22    "gradle.properties",
23    "index.js",
24    "interface.js",
25    "jest-preset.js",
26    "jest",
27    "Libraries",
28    "LICENSE",
29    "local-cli",
30    "React-Core.podspec",
31    "react-native.config.js",
32    "React.podspec",
33    "React",
34    "ReactAndroid",
35    "ReactCommon",
36    "README.md",
37    "rn-get-polyfills.js",
38    "scripts/compose-source-maps.js",
39    "scripts/find-node-for-xcode.sh",
40    "scripts/generate-codegen-artifacts.js",
41    "scripts/generate-provider-cli.js",
42    "scripts/generate-specs-cli.js",
43    "scripts/codegen",
44    "!scripts/codegen/__tests__",
45    "!scripts/codegen/__test_fixtures__",
46    "scripts/hermes/hermes-utils.js",
47    "scripts/hermes/prepare-hermes-for-build.js",
48    "scripts/ios-configure-glog.sh",
49    "scripts/xcode/with-environment.sh",
50    "scripts/launchPackager.bat",
51    "scripts/launchPackager.command",
52    "scripts/native_modules.rb",
53    "scripts/node-binary.sh",
54    "scripts/packager.sh",
55    "scripts/packager-reporter.js",
56    "scripts/react_native_pods_utils/script_phases.rb",
57    "scripts/react_native_pods_utils/script_phases.sh",
58    "scripts/react_native_pods.rb",
59    "scripts/cocoapods",
60    "!scripts/cocoapods/__tests__",
61    "scripts/react-native-xcode.sh",
62    "sdks/.hermesversion",
63    "sdks/hermes-engine",
64    "sdks/hermesc",
65    "settings.gradle.kts",
66    "template.config.js",
67    "template",
68    "!template/node_modules",
69    "!template/package-lock.json",
70    "!template/yarn.lock",
71    "third-party-podspecs",
72    "types"
73  ],
74  "scripts": {
75    "prepack": "cp ../../README.md ."
76  },
77  "peerDependencies": {
78    "react": "18.2.0"
79  },
80  "dependencies": {
81    "@jest/create-cache-key-function": "^29.2.1",
82    "@react-native-community/cli": "11.3.2",
83    "@react-native-community/cli-platform-android": "11.3.2",
84    "@react-native-community/cli-platform-ios": "11.3.2",
85    "@react-native/assets-registry": "^0.72.0",
86    "@react-native/codegen": "^0.72.6",
87    "@react-native/gradle-plugin": "^0.72.10",
88    "@react-native/js-polyfills": "^0.72.1",
89    "@react-native/normalize-colors": "^0.72.0",
90    "@react-native/virtualized-lists": "^0.72.5",
91    "abort-controller": "^3.0.0",
92    "anser": "^1.4.9",
93    "base64-js": "^1.1.2",
94    "deprecated-react-native-prop-types": "4.1.0",
95    "event-target-shim": "^5.0.1",
96    "flow-enums-runtime": "^0.0.5",
97    "invariant": "^2.2.4",
98    "jest-environment-node": "^29.2.1",
99    "jsc-android": "^250231.0.0",
100    "memoize-one": "^5.0.0",
101    "metro-runtime": "0.76.5",
102    "metro-source-map": "0.76.5",
103    "mkdirp": "^0.5.1",
104    "nullthrows": "^1.1.1",
105    "pretty-format": "^26.5.2",
106    "promise": "^8.3.0",
107    "react-devtools-core": "^4.27.2",
108    "react-refresh": "^0.4.0",
109    "react-shallow-renderer": "^16.15.0",
110    "regenerator-runtime": "^0.13.2",
111    "scheduler": "0.24.0-canary-efb381bbf-20230505",
112    "stacktrace-parser": "^0.1.10",
113    "use-sync-external-store": "^1.0.0",
114    "whatwg-fetch": "^3.0.0",
115    "ws": "^6.2.2",
116    "yargs": "^17.6.2"
117  },
118  "codegenConfig": {
119    "libraries": [
120      {
121        "name": "FBReactNativeSpec",
122        "type": "modules",
123        "ios": {},
124        "android": {},
125        "jsSrcsDir": "Libraries"
126      },
127      {
128        "name": "rncore",
129        "type": "components",
130        "ios": {},
131        "android": {},
132        "jsSrcsDir": "Libraries"
133      }
134    ]
135  }
136}