babel-plugin-jsx/packages/jsx-explorer/package.json
三咲智子 Kevin Deng ef1a0fd5ba
chore: release v1.1.2
2023-06-25 16:54:26 +08:00

20 lines
393 B
JSON

{
"name": "@vue/jsx-explorer",
"version": "1.1.2",
"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"
}
}