mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b578a70bd5
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52359 This is needed ahead of the 81 branch cut. Changelog: [Internal] - Bump all packages to 0.81.0-main Reviewed By: huntie Differential Revision: D77602196 fbshipit-source-id: 1b52a7d1577783d72aba8d20f98032f29ffcc7df
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@react-native/community-cli-plugin",
|
|
"version": "0.81.0-main",
|
|
"description": "Core CLI commands for React Native",
|
|
"keywords": [
|
|
"react-native",
|
|
"tools"
|
|
],
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/community-cli-plugin#readme",
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/community-cli-plugin"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@react-native/dev-middleware": "0.81.0-main",
|
|
"debug": "^4.4.0",
|
|
"invariant": "^2.2.4",
|
|
"metro": "^0.82.4",
|
|
"metro-config": "^0.82.4",
|
|
"metro-core": "^0.82.4",
|
|
"semver": "^7.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"metro-resolver": "^0.82.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@react-native-community/cli": "*",
|
|
"@react-native/metro-config": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@react-native-community/cli": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">= 22.14.0"
|
|
}
|
|
}
|