87 lines
2.2 KiB
JSON
87 lines
2.2 KiB
JSON
{
|
|
"name": "@react-native-community/cli",
|
|
"version": "4.14.0",
|
|
"description": "React Native CLI",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bin": {
|
|
"react-native": "build/bin.js"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"!*.d.ts",
|
|
"!*.map",
|
|
"setup_env.sh"
|
|
],
|
|
"engineStrict": true,
|
|
"engines": {
|
|
"node": ">=8.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-native-community/react-native-cli.git"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node"
|
|
},
|
|
"dependencies": {
|
|
"@hapi/joi": "^15.0.3",
|
|
"@react-native-community/cli-debugger-ui": "^4.13.1",
|
|
"@react-native-community/cli-hermes": "^4.13.0",
|
|
"@react-native-community/cli-server-api": "^4.13.1",
|
|
"@react-native-community/cli-tools": "^4.13.0",
|
|
"@react-native-community/cli-types": "^4.10.1",
|
|
"chalk": "^3.0.0",
|
|
"command-exists": "^1.2.8",
|
|
"commander": "^2.19.0",
|
|
"cosmiconfig": "^5.1.0",
|
|
"deepmerge": "^3.2.0",
|
|
"envinfo": "^7.7.2",
|
|
"execa": "^1.0.0",
|
|
"find-up": "^4.1.0",
|
|
"fs-extra": "^8.1.0",
|
|
"glob": "^7.1.3",
|
|
"graceful-fs": "^4.1.3",
|
|
"inquirer": "^3.0.6",
|
|
"leven": "^3.1.0",
|
|
"lodash": "^4.17.15",
|
|
"metro": "^0.59.0",
|
|
"metro-config": "^0.59.0",
|
|
"metro-core": "^0.59.0",
|
|
"metro-react-native-babel-transformer": "^0.59.0",
|
|
"metro-resolver": "^0.59.0",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"node-stream-zip": "^1.9.1",
|
|
"ora": "^3.4.0",
|
|
"pretty-format": "^25.2.0",
|
|
"semver": "^6.3.0",
|
|
"serve-static": "^1.13.1",
|
|
"strip-ansi": "^5.2.0",
|
|
"sudo-prompt": "^9.0.0",
|
|
"wcwidth": "^1.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": ">=0.62.0-rc.0 <0.64.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/command-exists": "^1.2.0",
|
|
"@types/cosmiconfig": "^5.0.3",
|
|
"@types/fs-extra": "^8.1.0",
|
|
"@types/glob": "^7.1.1",
|
|
"@types/graceful-fs": "^4.1.3",
|
|
"@types/hapi__joi": "^15.0.4",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/minimist": "^1.2.0",
|
|
"@types/mkdirp": "^0.5.2",
|
|
"@types/semver": "^6.0.2",
|
|
"@types/wcwidth": "^1.0.0",
|
|
"slash": "^3.0.0",
|
|
"snapshot-diff": "^0.7.0"
|
|
},
|
|
"gitHead": "8ba278e2ca4c29ee209493bb85a10df5e36b66bb"
|
|
}
|