mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1e44a5f518
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39576 Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D49496981 fbshipit-source-id: bae2a5fed9d795afcd58e8e24c3ff47c01707d4e
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native/community-cli-plugin",
|
|
"version": "0.73.1",
|
|
"description": "Core CLI commands for React Native",
|
|
"keywords": [
|
|
"react-native",
|
|
"tools"
|
|
],
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/buid-scripts#readme",
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "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.73.0",
|
|
"@react-native-community/cli-server-api": "12.0.0-alpha.15",
|
|
"@react-native-community/cli-tools": "12.0.0-alpha.15",
|
|
"@react-native/metro-babel-transformer": "^0.73.11",
|
|
"chalk": "^4.0.0",
|
|
"execa": "^5.1.1",
|
|
"metro": "0.79.1",
|
|
"metro-config": "0.79.1",
|
|
"metro-core": "0.79.1",
|
|
"node-fetch": "^2.2.0",
|
|
"readline": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"metro-resolver": "0.79.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|