chore: migrate tsdown config

This commit is contained in:
Kevin Deng
2026-05-02 15:24:04 +09:00
parent e62d58051b
commit 7d87d58072
8 changed files with 325 additions and 100 deletions

View File

@@ -9,15 +9,15 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.29.3",
"@babel/standalone": "catalog:",
"@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0",
"monaco-editor": "^0.55.1",
"assert": "catalog:",
"monaco-editor": "catalog:",
"vue": "catalog:"
},
"devDependencies": {
"@types/babel__standalone": "^7.1.9",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"vite": "^8.0.10"
"@types/babel__standalone": "catalog:",
"@vitejs/plugin-vue-jsx": "catalog:",
"vite": "catalog:"
}
}