You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
985 B
36 lines
985 B
{
|
|
"name": "@react-native-community/cli-plugin-metro",
|
|
"version": "9.2.1",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/cli-server-api": "^9.2.1",
|
|
"@react-native-community/cli-tools": "^9.2.1",
|
|
"chalk": "^4.1.2",
|
|
"metro": "0.72.3",
|
|
"metro-config": "0.72.3",
|
|
"metro-core": "0.72.3",
|
|
"metro-react-native-babel-transformer": "0.72.3",
|
|
"metro-resolver": "0.72.3",
|
|
"metro-runtime": "0.72.3",
|
|
"readline": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/cli-types": "^9.1.0"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"!*.map"
|
|
],
|
|
"homepage": "https://github.com/react-native-community/cli/tree/master/packages/cli-plugin-metro",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-native-community/cli.git",
|
|
"directory": "packages/cli-plugin-metro"
|
|
},
|
|
"gitHead": "0e63e750a235062cd9bc43ed6a4a2beb8f14385a"
|
|
}
|