2022-12-16 09:04:22 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-sequence-field",
|
2023-09-12 14:39:23 +00:00
|
|
|
"displayName": "Sequence field",
|
2023-08-01 16:07:52 +00:00
|
|
|
"displayName.zh-CN": "自动编码字段",
|
|
|
|
"description": "",
|
|
|
|
"description.zh-CN": "",
|
2024-02-07 12:11:19 +00:00
|
|
|
"version": "0.19.0-alpha.6",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
"main": "./dist/server/index.js",
|
2024-02-02 04:02:18 +00:00
|
|
|
"homepage": "https://docs.nocobase.com/plugins/sequence-field",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/sequence-field",
|
2023-08-01 16:07:52 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@formily/antd-v5": "1.x",
|
|
|
|
"@formily/core": "2.x",
|
|
|
|
"@formily/react": "2.x",
|
|
|
|
"antd": "5.x",
|
2022-12-16 09:04:22 +00:00
|
|
|
"classnames": "^2.3.1",
|
|
|
|
"cron-parser": "4.4.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
"react": "18.x",
|
|
|
|
"react-i18next": "^11.15.1",
|
2023-03-19 02:55:05 +00:00
|
|
|
"react-js-cron": "^3.1.0"
|
2022-12-16 09:04:22 +00:00
|
|
|
},
|
2023-08-01 16:07:52 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
"@nocobase/actions": "0.x",
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/database": "0.x",
|
|
|
|
"@nocobase/plugin-collection-manager": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
|
|
|
"@nocobase/test": "0.x",
|
|
|
|
"@nocobase/utils": "0.x"
|
2022-12-16 09:04:22 +00:00
|
|
|
},
|
2024-02-02 04:02:18 +00:00
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
|
|
|
"keywords": [
|
2024-02-05 06:37:07 +00:00
|
|
|
"Fields"
|
2024-02-02 04:02:18 +00:00
|
|
|
]
|
2022-12-16 09:04:22 +00:00
|
|
|
}
|