tachybase_todo/packages/plugins/@tachybase/plugin-ui-schema-storage/package.json
sealday 848b99df0b chore(version): release v0.21.49 (#1155)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1155
2024-06-11 19:50:44 +08:00

30 lines
950 B
JSON

{
"name": "@tachybase/plugin-ui-schema-storage",
"displayName": "UI schema storage",
"version": "0.21.49",
"description": "Provides centralized UI schema storage service.",
"keywords": [
"System & security"
],
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@formily/json-schema": "2.2.27",
"lodash": "4.17.21"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/cache": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/plugin-error-handler": "workspace:*",
"@tachybase/plugin-users": "workspace:*",
"@tachybase/resourcer": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "提供中心化的 UI schema 存储服务。",
"displayName.zh-CN": "UI schema 存储服务"
}