2022-12-16 17:04:22 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-sequence-field",
|
2024-02-22 23:13:31 +08:00
|
|
|
"displayName": "Collection field: Sequence",
|
2024-04-18 03:09:15 +08:00
|
|
|
"version": "0.21.16",
|
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"
|
|
|
|
],
|
|
|
|
"homepage": "https://docs.nocobase.com/handbook/field-sequence",
|
2023-01-11 11:58:47 +08:00
|
|
|
"license": "AGPL-3.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
"main": "./dist/server/index.js",
|
|
|
|
"devDependencies": {
|
|
|
|
"@formily/antd-v5": "1.x",
|
2024-04-02 18:13:33 +08:00
|
|
|
"@nocobase/schema": "workspace:*",
|
2024-04-10 16:14:26 +08:00
|
|
|
"antd": "5.16.1",
|
2022-12-16 17:04:22 +08:00
|
|
|
"classnames": "^2.3.1",
|
|
|
|
"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-04-01 13:39:44 +08:00
|
|
|
"@nocobase/actions": "workspace:*",
|
|
|
|
"@nocobase/client": "workspace:*",
|
|
|
|
"@nocobase/database": "workspace:*",
|
|
|
|
"@nocobase/plugin-collection-manager": "workspace:*",
|
|
|
|
"@nocobase/server": "workspace:*",
|
|
|
|
"@nocobase/test": "workspace:*",
|
|
|
|
"@nocobase/utils": "workspace:*"
|
2022-12-16 17:04:22 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "根据配置的规则自动生成编码,支持日期、数字、文本的组合。",
|
|
|
|
"displayName.zh-CN": "数据表字段:自动编码",
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/field-sequence"
|
2022-12-16 17:04:22 +08:00
|
|
|
}
|