3.0.0原版

This commit is contained in:
anian
2026-03-16 00:03:35 +08:00
commit ac569b2a57
105 changed files with 14437 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"type": "module",
"scripts": {
"build": "rsbuild build",
"dev": "rsbuild build --watch --env-mode=development",
"type-check": "vue-tsc --build"
},
"dependencies": {
"@halo-dev/comment-widget": "workspace:*",
"@halo-dev/components": "^2.21.0",
"@halo-dev/console-shared": "link:/Users/ryanwang/Workspace/github/ruibaby/halo-next/ui/packages/shared",
"vue": "^3.5.18"
},
"devDependencies": {
"@halo-dev/ui-plugin-bundler-kit": "^2.21.2",
"@rsbuild/core": "^1.4.15",
"@rsbuild/plugin-vue": "^1.1.1",
"@types/node": "^20.19.10",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.8.3",
"vue-tsc": "^2.2.12"
}
}