package.json 2.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
{
  "name": "@react-native-community/cli",
  "version": "4.8.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.8.0",
    "@react-native-community/cli-tools": "^4.8.0",
    "@react-native-community/cli-types": "^4.8.0",
    "chalk": "^3.0.0",
    "command-exists": "^1.2.8",
    "commander": "^2.19.0",
    "compression": "^1.7.1",
    "connect": "^3.6.5",
    "cosmiconfig": "^5.1.0",
    "deepmerge": "^3.2.0",
    "envinfo": "^7.1.0",
    "errorhandler": "^1.5.0",
    "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.58.0",
    "metro-config": "^0.58.0",
    "metro-core": "^0.58.0",
    "metro-react-native-babel-transformer": "^0.58.0",
    "minimist": "^1.2.0",
    "mkdirp": "^0.5.1",
    "node-stream-zip": "^1.9.1",
    "open": "^6.2.0",
    "ora": "^3.4.0",
    "pretty-format": "^25.2.0",
    "semver": "^6.3.0",
    "serve-static": "^1.13.1",
    "shell-quote": "1.6.1",
    "strip-ansi": "^5.2.0",
    "sudo-prompt": "^9.0.0",
    "wcwidth": "^1.0.1",
    "ws": "^1.1.0"
  },
  "peerDependencies": {
    "react-native": "^0.62.0-rc.0"
  },
  "devDependencies": {
    "@types/command-exists": "^1.2.0",
    "@types/compression": "^1.0.1",
    "@types/cosmiconfig": "^5.0.3",
    "@types/errorhandler": "^0.0.32",
    "@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/pretty-format": "^24.3.0",
    "@types/semver": "^6.0.2",
    "@types/wcwidth": "^1.0.0",
    "@types/ws": "^6.0.3",
    "slash": "^3.0.0",
    "snapshot-diff": "^0.7.0"
  }
}