tachybase_todo/packages/plugins/@hera/plugin-homepage/package.json
sealday 19f285c16a chore: upgrade to antd-5.18, formily 2.3.1 (#1172)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1172
2024-06-13 04:37:42 +08:00

16 lines
372 B
JSON

{
"name": "@hera/plugin-homepage",
"version": "0.0.25",
"main": "dist/server/index.js",
"devDependencies": {
"antd": "^5.18.0"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
}
}