babel-plugin-jsx/packages/jsx-explorer/package.json
renovate[bot] bfe427fa7e
chore(deps): update all non-major dependencies (#661)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-28 00:08:32 +08:00

20 lines
395 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.11",
"@vue/babel-plugin-jsx": "workspace:*",
"monaco-editor": "^0.41.0",
"vue": "^3.3.4"
},
"devDependencies": {
"vite-plugin-node-polyfills": "^0.11.3"
}
}