2022-01-19 10:09:30 +08:00
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
"name": "@tachybase/plugin-ui-schema-storage",
|
2023-05-29 11:06:54 +08:00
|
|
|
"displayName": "UI schema storage",
|
2024-07-02 21:01:31 +08:00
|
|
|
"version": "0.21.63",
|
2024-02-22 23:13:31 +08:00
|
|
|
"description": "Provides centralized UI schema storage service.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"System & security"
|
|
|
|
],
|
2024-05-23 12:50:54 +08:00
|
|
|
"license": "Apache-2.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
"main": "./dist/server/index.js",
|
2022-01-19 10:09:30 +08:00
|
|
|
"devDependencies": {
|
2024-06-13 04:37:42 +08:00
|
|
|
"@formily/json-schema": "2.3.1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"lodash": "4.17.21"
|
2023-08-02 00:07:52 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
"@tachybase/cache": "workspace:*",
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
2024-05-24 01:06:06 +08:00
|
|
|
"@tachybase/plugin-error-handler": "workspace:*",
|
|
|
|
"@tachybase/plugin-users": "workspace:*",
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/resourcer": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*",
|
|
|
|
"@tachybase/utils": "workspace:*"
|
2022-01-19 10:09:30 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "提供中心化的 UI schema 存储服务。",
|
2024-05-24 13:06:59 +08:00
|
|
|
"displayName.zh-CN": "UI schema 存储服务"
|
2023-07-07 06:56:04 +08:00
|
|
|
}
|