mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
148066e8f9
Summary: Bumps the CLI to the next version ## Changelog: [General][Changed] - Bump cli dependencies to 15.0.0-alpha.2 Pull Request resolved: https://github.com/facebook/react-native/pull/46394 Test Plan: CI Reviewed By: huntie Differential Revision: D62375405 Pulled By: cipolleschi fbshipit-source-id: fec99216bc7ad6decfd83840091d807f603184da
33 lines
902 B
JSON
33 lines
902 B
JSON
{
|
|
"name": "react-native-info",
|
|
"version": "0.76.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"
|
|
}
|
|
}
|