-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@react-native/new-app-screen",
"version": "0.87.0-main",
"description": "NewAppScreen component for React Native",
"keywords": [
"react-native"
],
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/new-app-screen#readme",
"bugs": "https://github.com/facebook/react-native/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react-native.git",
"directory": "packages/new-app-screen"
},
"license": "MIT",
"main": "./src/index.js",
"exports": "./src/index.js",
"files": [
"src"
],
"dependencies": {},
"peerDependencies": {
"@types/react": "^19.1.0",
"react": "*",
"react-native": "1000.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"engines": {
"node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0"
}
}