mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 12:39:27 +00:00
120558c0cd
Summary: This change bumps the React Native version in main to 0.77 bypass-github-export-checks ## Changelog: [General][Changed] - Bump main to 0.77-main ## Facebook: generated by running `js1 publish react-native 0.77.0-main` Reviewed By: cortinico Differential Revision: D62575939 fbshipit-source-id: 6d239fca2eed6cfe51f8c37f78d8dc8730c18b8c
33 lines
902 B
JSON
33 lines
902 B
JSON
{
|
|
"name": "react-native-info",
|
|
"version": "0.77.0-main",
|
|
"main": "build/index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"types": "build/index.d.ts",
|
|
"files": [
|
|
"build",
|
|
"!*.d.ts",
|
|
"!*.map"
|
|
],
|
|
"homepage": "https://github.com/facebook//react-native/tree/main/packages/react-native-info",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/react-native-info"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/cli-config": "15.0.0-alpha.2",
|
|
"@react-native-community/cli-platform-apple": "15.0.0-alpha.2",
|
|
"@react-native-community/cli-tools": "15.0.0-alpha.2",
|
|
"@react-native-community/cli-types": "15.0.0-alpha.2",
|
|
"commander": "^12.0.0",
|
|
"fs-extra": "^11.2.0",
|
|
"yaml": "^2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/envinfo": "^7.8.3",
|
|
"@types/fs-extra": "^11.0.4"
|
|
}
|
|
}
|