mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
747a6527fa
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "@vue/babel-plugin-resolve-type",
|
|
"version": "1.2.2",
|
|
"description": "Babel plugin for resolving Vue types.",
|
|
"author": "三咲智子 <sxzz@sxzz.moe>",
|
|
"homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-resolve-type#readme",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"dev": "./src/index.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/babel-plugin-jsx"
|
|
},
|
|
"publishConfig": {
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"watch": "tsup --watch"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.24.7",
|
|
"@babel/helper-module-imports": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
"@babel/parser": "^7.25.6",
|
|
"@vue/compiler-sfc": "^3.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@types/babel__code-frame": "^7.0.6",
|
|
"vue": "^3.5.3"
|
|
}
|
|
}
|