mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:56:29 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "@nocobase/plugin-field-sequence",
|
|
"displayName": "Collection field: Sequence",
|
|
"displayName.zh-CN": "数据表字段:自动编码",
|
|
"description": "Automatically generate codes based on configured rules, supporting combinations of dates, numbers, and text.",
|
|
"description.zh-CN": "根据配置的规则自动生成编码,支持日期、数字、文本的组合。",
|
|
"version": "1.3.12-beta",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/handbook/field-sequence",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/field-sequence",
|
|
"devDependencies": {
|
|
"@formily/antd-v5": "1.x",
|
|
"@formily/core": "2.x",
|
|
"@formily/react": "2.x",
|
|
"antd": "5.x",
|
|
"classnames": "^2.3.1",
|
|
"cron-parser": "4.4.0",
|
|
"react": "18.x",
|
|
"react-i18next": "^11.15.1",
|
|
"react-js-cron": "^3.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "1.x",
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/database": "1.x",
|
|
"@nocobase/plugin-data-source-main": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x",
|
|
"@nocobase/utils": "1.x"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"Collection fields"
|
|
]
|
|
}
|