package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "metro-react-native-babel-preset",
  3. "version": "0.66.2",
  4. "description": "Babel preset for React Native applications",
  5. "main": "src/index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git@github.com:facebook/metro.git"
  9. },
  10. "scripts": {
  11. "prepare-release": "test -d build && rm -rf src.real && mv src src.real && mv build src",
  12. "cleanup-release": "test ! -e build && mv src build && mv src.real src"
  13. },
  14. "keywords": [
  15. "babel",
  16. "preset",
  17. "react-native"
  18. ],
  19. "license": "MIT",
  20. "dependencies": {
  21. "@babel/core": "^7.14.0",
  22. "@babel/plugin-proposal-class-properties": "^7.0.0",
  23. "@babel/plugin-proposal-export-default-from": "^7.0.0",
  24. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
  25. "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
  26. "@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
  27. "@babel/plugin-proposal-optional-chaining": "^7.0.0",
  28. "@babel/plugin-syntax-dynamic-import": "^7.0.0",
  29. "@babel/plugin-syntax-export-default-from": "^7.0.0",
  30. "@babel/plugin-syntax-flow": "^7.2.0",
  31. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
  32. "@babel/plugin-syntax-optional-chaining": "^7.0.0",
  33. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  34. "@babel/plugin-transform-block-scoping": "^7.0.0",
  35. "@babel/plugin-transform-classes": "^7.0.0",
  36. "@babel/plugin-transform-computed-properties": "^7.0.0",
  37. "@babel/plugin-transform-destructuring": "^7.0.0",
  38. "@babel/plugin-transform-exponentiation-operator": "^7.0.0",
  39. "@babel/plugin-transform-flow-strip-types": "^7.0.0",
  40. "@babel/plugin-transform-for-of": "^7.0.0",
  41. "@babel/plugin-transform-function-name": "^7.0.0",
  42. "@babel/plugin-transform-literals": "^7.0.0",
  43. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  44. "@babel/plugin-transform-object-assign": "^7.0.0",
  45. "@babel/plugin-transform-parameters": "^7.0.0",
  46. "@babel/plugin-transform-react-display-name": "^7.0.0",
  47. "@babel/plugin-transform-react-jsx": "^7.0.0",
  48. "@babel/plugin-transform-react-jsx-self": "^7.0.0",
  49. "@babel/plugin-transform-react-jsx-source": "^7.0.0",
  50. "@babel/plugin-transform-regenerator": "^7.0.0",
  51. "@babel/plugin-transform-async-to-generator": "^7.0.0",
  52. "@babel/plugin-transform-runtime": "^7.0.0",
  53. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  54. "@babel/plugin-transform-spread": "^7.0.0",
  55. "@babel/plugin-transform-sticky-regex": "^7.0.0",
  56. "@babel/plugin-transform-template-literals": "^7.0.0",
  57. "@babel/plugin-transform-typescript": "^7.5.0",
  58. "@babel/plugin-transform-unicode-regex": "^7.0.0",
  59. "@babel/template": "^7.0.0",
  60. "react-refresh": "^0.4.0"
  61. },
  62. "peerDependencies": {
  63. "@babel/core": "*"
  64. }
  65. }