mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
353d88d54e
Summary: Update to stable version of `react-native-community/cli`. ## Changelog: [GENERAL] [CHANGED] - Upgrade `react-native-community/cli` to `13.6.9` Pull Request resolved: https://github.com/facebook/react-native/pull/45540 Test Plan: n/a Reviewed By: blakef Differential Revision: D59960021 Pulled By: cortinico fbshipit-source-id: 9d470699cdd2d20e08e844c92c7982056aec082c
33 lines
870 B
JSON
33 lines
870 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": "14.0.0",
|
|
"@react-native-community/cli-platform-apple": "14.0.0",
|
|
"@react-native-community/cli-tools": "14.0.0",
|
|
"@react-native-community/cli-types": "14.0.0",
|
|
"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"
|
|
}
|
|
}
|