package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "name": "@react-native-community/cli",
  3. "version": "4.14.0",
  4. "description": "React Native CLI",
  5. "license": "MIT",
  6. "main": "build/index.js",
  7. "publishConfig": {
  8. "access": "public"
  9. },
  10. "bin": {
  11. "react-native": "build/bin.js"
  12. },
  13. "files": [
  14. "build",
  15. "!*.d.ts",
  16. "!*.map",
  17. "setup_env.sh"
  18. ],
  19. "engineStrict": true,
  20. "engines": {
  21. "node": ">=8.3"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/react-native-community/react-native-cli.git"
  26. },
  27. "jest": {
  28. "testEnvironment": "node"
  29. },
  30. "dependencies": {
  31. "@hapi/joi": "^15.0.3",
  32. "@react-native-community/cli-debugger-ui": "^4.13.1",
  33. "@react-native-community/cli-hermes": "^4.13.0",
  34. "@react-native-community/cli-server-api": "^4.13.1",
  35. "@react-native-community/cli-tools": "^4.13.0",
  36. "@react-native-community/cli-types": "^4.10.1",
  37. "chalk": "^3.0.0",
  38. "command-exists": "^1.2.8",
  39. "commander": "^2.19.0",
  40. "cosmiconfig": "^5.1.0",
  41. "deepmerge": "^3.2.0",
  42. "envinfo": "^7.7.2",
  43. "execa": "^1.0.0",
  44. "find-up": "^4.1.0",
  45. "fs-extra": "^8.1.0",
  46. "glob": "^7.1.3",
  47. "graceful-fs": "^4.1.3",
  48. "inquirer": "^3.0.6",
  49. "leven": "^3.1.0",
  50. "lodash": "^4.17.15",
  51. "metro": "^0.59.0",
  52. "metro-config": "^0.59.0",
  53. "metro-core": "^0.59.0",
  54. "metro-react-native-babel-transformer": "^0.59.0",
  55. "metro-resolver": "^0.59.0",
  56. "minimist": "^1.2.0",
  57. "mkdirp": "^0.5.1",
  58. "node-stream-zip": "^1.9.1",
  59. "ora": "^3.4.0",
  60. "pretty-format": "^25.2.0",
  61. "semver": "^6.3.0",
  62. "serve-static": "^1.13.1",
  63. "strip-ansi": "^5.2.0",
  64. "sudo-prompt": "^9.0.0",
  65. "wcwidth": "^1.0.1"
  66. },
  67. "peerDependencies": {
  68. "react-native": ">=0.62.0-rc.0 <0.64.0"
  69. },
  70. "devDependencies": {
  71. "@types/command-exists": "^1.2.0",
  72. "@types/cosmiconfig": "^5.0.3",
  73. "@types/fs-extra": "^8.1.0",
  74. "@types/glob": "^7.1.1",
  75. "@types/graceful-fs": "^4.1.3",
  76. "@types/hapi__joi": "^15.0.4",
  77. "@types/lodash": "^4.14.149",
  78. "@types/minimist": "^1.2.0",
  79. "@types/mkdirp": "^0.5.2",
  80. "@types/semver": "^6.0.2",
  81. "@types/wcwidth": "^1.0.0",
  82. "slash": "^3.0.0",
  83. "snapshot-diff": "^0.7.0"
  84. },
  85. "gitHead": "8ba278e2ca4c29ee209493bb85a10df5e36b66bb"
  86. }