babel-plugin-jsx/packages/jsx-explorer/package.json
三咲智子 Kevin Deng 64a7637a1e
chore: release v1.1.5
2023-06-29 22:02:20 +08:00

20 lines
393 B
JSON

{
"name": "@vue/jsx-explorer",
"version": "1.1.5",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.22.5",
"@vue/babel-plugin-jsx": "workspace:*",
"monaco-editor": "^0.39.0",
"vue": "^3.3.4"
},
"devDependencies": {
"vite-plugin-node-polyfills": "^0.9.0"
}
}