package.json 766 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@react-native-community/cli-platform-ios",
  3. "version": "4.13.0",
  4. "license": "MIT",
  5. "main": "build/index.js",
  6. "publishConfig": {
  7. "access": "public"
  8. },
  9. "dependencies": {
  10. "@react-native-community/cli-tools": "^4.13.0",
  11. "chalk": "^3.0.0",
  12. "glob": "^7.1.3",
  13. "js-yaml": "^3.13.1",
  14. "lodash": "^4.17.15",
  15. "plist": "^3.0.1",
  16. "xcode": "^2.0.0"
  17. },
  18. "devDependencies": {
  19. "@react-native-community/cli-types": "^4.10.1",
  20. "@types/glob": "^7.1.1",
  21. "@types/js-yaml": "^3.12.1",
  22. "@types/lodash": "^4.14.149",
  23. "@types/plist": "^3.0.2",
  24. "hasbin": "^1.2.3"
  25. },
  26. "files": [
  27. "build",
  28. "!*.d.ts",
  29. "!*.map",
  30. "native_modules.rb"
  31. ],
  32. "gitHead": "6cf12b00c02aca6d4bc843446394331d71a9749e"
  33. }