mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
55acb42105
Summary: Opening this as a separate PR, since I'm not sure if I'm missing something, or if there's any intention behind this. `react-native/metro-babel-transformer` is used by `react-native/metro-config` and is referenced in code there and as a dependency there. It's also sometimes mentioned as package for community CLI users to install directly. However, there's seemingly no reason `react-native/metro-babel-transformer` needs to depend on it, or any code that relies on it directly. ## Changelog: [INTERNAL] [CHANGED] - Remove extraneous `react-native/metro-babel-transformer` dependency from community-cli-plugin Pull Request resolved: https://github.com/facebook/react-native/pull/49558 Test Plan: - n/a Reviewed By: robhogan Differential Revision: D69926109 Pulled By: huntie fbshipit-source-id: b89b54890248de4954e5c0ce4afe3a5cb5bfa2c1
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native/community-cli-plugin",
|
|
"version": "0.79.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.79.0-main",
|
|
"chalk": "^4.0.0",
|
|
"debug": "^2.2.0",
|
|
"invariant": "^2.2.4",
|
|
"metro": "^0.81.0",
|
|
"metro-config": "^0.81.0",
|
|
"metro-core": "^0.81.0",
|
|
"semver": "^7.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"metro-resolver": "^0.81.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@react-native-community/cli": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@react-native-community/cli": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|