nocobase/packages/plugins/ui-schema-storage/package.json
2023-06-25 14:04:19 +08:00

17 lines
512 B
JSON

{
"name": "@nocobase/plugin-ui-schema-storage",
"displayName": "UI schema storage",
"displayName.zh-CN": "UI schema",
"description": "A plugin used for managing page UI schemas.",
"description.zh-CN": "UI schema 配置。",
"version": "0.10.0-alpha.3",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"devDependencies": {
"@formily/json-schema": "2.2.26",
"@nocobase/test": "0.10.0-alpha.3"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}