UNPKG

@vue/babel-plugin-jsx

Version:
52 lines 1.37 kB
{ "name": "@vue/babel-plugin-jsx", "type": "module", "version": "3.0.0", "description": "Babel plugin for Vue 3 JSX", "author": "Amour1688 <lcz_1996@foxmail.com>", "license": "MIT", "homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme", "repository": { "type": "git", "url": "git+https://github.com/vuejs/babel-plugin-jsx.git", "directory": "packages/babel-plugin-jsx" }, "bugs": { "url": "https://github.com/vuejs/babel-plugin-jsx/issues" }, "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "files": [ "dist" ], "engines": { "node": "^22.18.0 || >=24.11.0" }, "peerDependencies": { "@babel/core": "^8.0.0" }, "peerDependenciesMeta": { "@babel/core": { "optional": true } }, "dependencies": { "@babel/helper-module-imports": "^8.0.0", "@babel/helper-plugin-utils": "^8.0.1", "@babel/plugin-syntax-jsx": "^8.0.1", "@babel/template": "^8.0.0", "@babel/types": "^8.0.0", "@vue/shared": "^3.5.38", "@vue/babel-helper-vue-transform-on": "3.0.0", "@vue/babel-plugin-resolve-type": "3.0.0" }, "devDependencies": { "@babel/core": "^8.0.1", "@babel/preset-env": "^8.0.2", "@vue/test-utils": "^2.4.11", "regenerator-runtime": "^0.14.1", "vue": "^3.5.38" } }