No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

55 líneas
1.5 KiB

  1. {
  2. "name": "@vue/babel-plugin-jsx",
  3. "version": "1.2.5",
  4. "description": "Babel plugin for Vue 3 JSX",
  5. "author": "Amour1688 <lcz_1996@foxmail.com>",
  6. "homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
  7. "license": "MIT",
  8. "main": "dist/index.js",
  9. "module": "dist/index.mjs",
  10. "types": "dist/index.d.ts",
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/vuejs/babel-plugin-jsx"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/vuejs/babel-plugin-jsx/issues"
  17. },
  18. "files": [
  19. "dist"
  20. ],
  21. "dependencies": {
  22. "@babel/helper-module-imports": "^7.24.7",
  23. "@babel/helper-plugin-utils": "^7.24.8",
  24. "@babel/plugin-syntax-jsx": "^7.24.7",
  25. "@babel/template": "^7.25.0",
  26. "@babel/traverse": "^7.25.6",
  27. "@babel/types": "^7.25.6",
  28. "html-tags": "^3.3.1",
  29. "svg-tags": "^1.0.0",
  30. "@vue/babel-plugin-resolve-type": "1.2.5",
  31. "@vue/babel-helper-vue-transform-on": "1.2.5"
  32. },
  33. "devDependencies": {
  34. "@babel/core": "^7.25.2",
  35. "@babel/preset-env": "^7.25.4",
  36. "@types/babel__template": "^7.4.4",
  37. "@types/babel__traverse": "^7.20.6",
  38. "@types/svg-tags": "^1.0.2",
  39. "@vue/test-utils": "^2.4.6",
  40. "regenerator-runtime": "^0.14.1",
  41. "vue": "^3.5.3"
  42. },
  43. "peerDependencies": {
  44. "@babel/core": "^7.0.0-0"
  45. },
  46. "peerDependenciesMeta": {
  47. "@babel/core": {
  48. "optional": true
  49. }
  50. },
  51. "scripts": {
  52. "build": "tsup",
  53. "watch": "tsup --watch"
  54. }
  55. }