babel-plugin-jsx/packages/jsx-explorer/package.json
三咲智子 Kevin Deng 4ccb306305
chore: use pnpm catalog
2024-09-07 05:10:07 +08:00

26 lines
564 B
JSON

{
"name": "@vue/jsx-explorer",
"version": "1.2.2",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.25.6",
"@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0",
"monaco-editor": "^0.51.0",
"vue": "catalog:"
},
"devDependencies": {
"@types/babel__standalone": "^7.1.7",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"terser": "^5.31.6",
"unplugin-replace": "^0.3.3",
"vite": "^5.4.3"
}
}