mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:16:31 +00:00
27 lines
844 B
JSON
27 lines
844 B
JSON
{
|
|
"name": "@nocobase/plugin-ui-schema-storage",
|
|
"displayName": "UI schema storage",
|
|
"displayName.zh-CN": "UI schema 存储服务",
|
|
"description": "Provides centralized UI schema storage service",
|
|
"description.zh-CN": "提供中心化的 UI schema 存储服务",
|
|
"version": "0.17.0-alpha.7",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@formily/json-schema": "2.x"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "0.x",
|
|
"@nocobase/cache": "0.x",
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/plugin-error-handler": "0.x",
|
|
"@nocobase/plugin-users": "0.x",
|
|
"@nocobase/resourcer": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x",
|
|
"@nocobase/utils": "0.x"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|