tachybase_todo/packages/plugins/@tachybase/plugin-ui-schema-storage/package.json

30 lines
949 B
JSON

{
"name": "@tachybase/plugin-ui-schema-storage",
"displayName": "UI schema storage",
"version": "0.21.57",
"description": "Provides centralized UI schema storage service.",
"keywords": [
"System & security"
],
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@formily/json-schema": "2.3.1",
"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 存储服务"
}