51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@vitejs/plugin-vue-jsx",
|
|
"version": "5.1.1",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"author": "Evan You",
|
|
"description": "Provides Vue 3 JSX & TSX support with HMR.",
|
|
"keywords": [
|
|
"vite",
|
|
"vite-plugin",
|
|
"vue"
|
|
],
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vitejs/vite-plugin-vue.git",
|
|
"directory": "packages/plugin-vue-jsx"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vitejs/vite-plugin-vue/issues"
|
|
},
|
|
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
|
|
"dependencies": {
|
|
"@babel/core": "^7.28.3",
|
|
"@babel/plugin-syntax-typescript": "^7.27.1",
|
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
"@rolldown/pluginutils": "^1.0.0-beta.34",
|
|
"@vue/babel-plugin-jsx": "^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"tsdown": "^0.14.2",
|
|
"vite": "^7.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
"vue": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsdown --watch",
|
|
"build": "tsdown"
|
|
}
|
|
} |