web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.1 KiB

  1. {
  2. "name": "@babel/preset-react",
  3. "version": "7.13.13",
  4. "description": "Babel preset for all React plugins.",
  5. "author": "Sebastian McKenzie <sebmck@gmail.com>",
  6. "homepage": "https://babel.dev/docs/en/next/babel-preset-react",
  7. "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20react%22+is%3Aopen",
  8. "license": "MIT",
  9. "publishConfig": {
  10. "access": "public"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/babel/babel.git",
  15. "directory": "packages/babel-preset-react"
  16. },
  17. "main": "lib/index.js",
  18. "dependencies": {
  19. "@babel/helper-plugin-utils": "^7.13.0",
  20. "@babel/helper-validator-option": "^7.12.17",
  21. "@babel/plugin-transform-react-display-name": "^7.12.13",
  22. "@babel/plugin-transform-react-jsx": "^7.13.12",
  23. "@babel/plugin-transform-react-jsx-development": "^7.12.17",
  24. "@babel/plugin-transform-react-pure-annotations": "^7.12.1"
  25. },
  26. "peerDependencies": {
  27. "@babel/core": "^7.0.0-0"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "7.13.13",
  31. "@babel/helper-plugin-test-runner": "7.13.10"
  32. }
  33. }