mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2026-05-09 21:14:07 +08:00
24 lines
515 B
JSON
24 lines
515 B
JSON
{
|
|
"name": "@vue/jsx-explorer",
|
|
"type": "module",
|
|
"version": "2.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@babel/standalone": "catalog:",
|
|
"@vue/babel-plugin-jsx": "workspace:*",
|
|
"assert": "catalog:",
|
|
"monaco-editor": "catalog:",
|
|
"vue": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__standalone": "catalog:",
|
|
"@vitejs/plugin-vue-jsx": "catalog:",
|
|
"vite": "catalog:"
|
|
}
|
|
}
|