mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 21:27:46 +00:00
0902b0af75
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47012 Update Metro from `0.81.0-alpha.2` to `0.81.0`. This is also intended to be the final, stable release for RN 0.76. Changelog: [General][Changed]: Update Metro to 0.81.0 Reviewed By: blakef Differential Revision: D64329574 fbshipit-source-id: e12bed356b46e4ed68c75b397b7f9e2228c377be
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@react-native/community-cli-plugin",
|
|
"version": "0.77.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.77.0-main",
|
|
"@react-native/metro-babel-transformer": "0.77.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",
|
|
"node-fetch": "^2.2.0",
|
|
"readline": "^1.3.0",
|
|
"semver": "^7.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"metro-resolver": "^0.81.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@react-native-community/cli-server-api": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@react-native-community/cli-server-api": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|