package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@babel/plugin-transform-react-jsx",
  3. "version": "7.23.4",
  4. "description": "Turn JSX into React function calls",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-plugin-transform-react-jsx"
  9. },
  10. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx",
  11. "license": "MIT",
  12. "publishConfig": {
  13. "access": "public"
  14. },
  15. "main": "./lib/index.js",
  16. "keywords": [
  17. "babel-plugin"
  18. ],
  19. "dependencies": {
  20. "@babel/helper-annotate-as-pure": "^7.22.5",
  21. "@babel/helper-module-imports": "^7.22.15",
  22. "@babel/helper-plugin-utils": "^7.22.5",
  23. "@babel/plugin-syntax-jsx": "^7.23.3",
  24. "@babel/types": "^7.23.4"
  25. },
  26. "peerDependencies": {
  27. "@babel/core": "^7.0.0-0"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.23.3",
  31. "@babel/helper-plugin-test-runner": "^7.22.5",
  32. "@babel/traverse": "^7.23.4"
  33. },
  34. "engines": {
  35. "node": ">=6.9.0"
  36. },
  37. "author": "The Babel Team (https://babel.dev/team)",
  38. "type": "commonjs"
  39. }