mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-03-15 15:05:18 +08:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.7 to 6.0.9. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
564 B
JSON
26 lines
564 B
JSON
{
|
|
"name": "@vue/jsx-explorer",
|
|
"version": "1.2.5",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@babel/standalone": "^7.26.8",
|
|
"@vue/babel-plugin-jsx": "workspace:*",
|
|
"assert": "^2.1.0",
|
|
"monaco-editor": "^0.52.2",
|
|
"vue": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__standalone": "^7.1.9",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
"terser": "^5.38.1",
|
|
"unplugin-replace": "^0.5.0",
|
|
"vite": "^6.0.9"
|
|
}
|
|
}
|