mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-12-11 07:59:55 +08:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "@vue/babel-plugin-jsx",
|
|
"version": "2.0.1",
|
|
"description": "Babel plugin for Vue 3 JSX",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git",
|
|
"directory": "packages/babel-plugin-jsx"
|
|
},
|
|
"author": "Amour1688 <lcz_1996@foxmail.com>",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"dev": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"publishConfig": {
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./package.json": "./package.json"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@babel/core": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/traverse": "^7.28.4",
|
|
"@babel/types": "^7.28.4",
|
|
"@vue/babel-helper-vue-transform-on": "workspace:*",
|
|
"@vue/babel-plugin-resolve-type": "workspace:*",
|
|
"@vue/shared": "^3.5.22"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.4",
|
|
"@babel/preset-env": "^7.28.3",
|
|
"@types/babel__template": "^7.4.4",
|
|
"@types/babel__traverse": "^7.28.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"regenerator-runtime": "^0.14.1",
|
|
"vue": "catalog:"
|
|
}
|
|
}
|