mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-03-14 06:34:41 +08:00
* chore(deps): update all non-major dependencies * chore: dedupe * chore: set typescript version to ~5.7. Will update to 5.8 later Until the next release of `typescript-eslint` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.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.9",
|
|
"@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.39.0",
|
|
"unplugin-replace": "^0.5.0",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|