sealday
242d95bef1
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1410
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "@tachybase/plugin-sequence-field",
|
|
"displayName": "Collection field: Sequence",
|
|
"version": "0.21.81",
|
|
"description": "Automatically generate codes based on configured rules, supporting combinations of dates, numbers, and text.",
|
|
"keywords": [
|
|
"Collection fields"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@tachybase/components": "workspace:*",
|
|
"@tachybase/schema": "workspace:*",
|
|
"antd": "5.19.1",
|
|
"cron-parser": "4.4.0",
|
|
"dayjs": "^1.11.8",
|
|
"lodash": "4.17.21",
|
|
"react": "~18.3.1",
|
|
"react-i18next": "^14.1.2",
|
|
"react-js-cron": "^3.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/plugin-collection-manager": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*",
|
|
"@tachybase/utils": "workspace:*"
|
|
},
|
|
"description.zh-CN": "根据配置的规则自动生成编码,支持日期、数字、文本的组合。",
|
|
"displayName.zh-CN": "数据表字段:自动编码"
|
|
}
|