2022-12-16 17:04:22 +08:00
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
"name": "@tachybase/plugin-sequence-field",
|
2024-02-22 23:13:31 +08:00
|
|
|
"displayName": "Collection field: Sequence",
|
2024-05-31 20:59:59 +08:00
|
|
|
"version": "0.21.42",
|
2024-02-22 23:13:31 +08:00
|
|
|
"description": "Automatically generate codes based on configured rules, supporting combinations of dates, numbers, and text.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"Collection fields"
|
|
|
|
],
|
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",
|
|
|
|
"devDependencies": {
|
2024-04-30 02:00:13 +08:00
|
|
|
"@tachybase/components": "workspace:*",
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2024-04-10 16:14:26 +08:00
|
|
|
"antd": "5.16.1",
|
2022-12-16 17:04:22 +08:00
|
|
|
"cron-parser": "4.4.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
"dayjs": "^1.11.8",
|
|
|
|
"lodash": "4.17.21",
|
2024-04-02 18:13:33 +08:00
|
|
|
"react": "~18.2.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
"react-i18next": "^11.15.1",
|
2023-03-19 10:55:05 +08:00
|
|
|
"react-js-cron": "^3.1.0"
|
2022-12-16 17:04:22 +08:00
|
|
|
},
|
2023-08-02 00:07:52 +08:00
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
2024-05-24 01:06:06 +08:00
|
|
|
"@tachybase/plugin-collection-manager": "workspace:*",
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*",
|
|
|
|
"@tachybase/utils": "workspace:*"
|
2022-12-16 17:04:22 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "根据配置的规则自动生成编码,支持日期、数字、文本的组合。",
|
2024-05-24 13:06:59 +08:00
|
|
|
"displayName.zh-CN": "数据表字段:自动编码"
|
2022-12-16 17:04:22 +08:00
|
|
|
}
|