2022-12-16 17:04:22 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-sequence-field",
|
2023-05-29 11:06:54 +08:00
|
|
|
"displayName": "sequence field",
|
|
|
|
"displayName.zh-CN": "字段序列",
|
|
|
|
"description": "provide the functionality of automatically generating unique sequence values for databases or data management systems.",
|
|
|
|
"description.zh-CN": "为数据库或数据管理系统提供自动生成唯一序列值的功能。",
|
2023-07-29 20:25:18 +08:00
|
|
|
"version": "0.11.1-alpha.5",
|
2023-01-11 11:58:47 +08:00
|
|
|
"license": "AGPL-3.0",
|
2023-07-07 14:35:22 +08:00
|
|
|
"main": "./lib/server/index.js",
|
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"src",
|
|
|
|
"README.md",
|
|
|
|
"README.zh-CN.md",
|
|
|
|
"CHANGELOG.md",
|
|
|
|
"server.js",
|
|
|
|
"server.d.ts",
|
|
|
|
"client.js",
|
|
|
|
"client.d.ts"
|
|
|
|
],
|
2022-12-16 17:04:22 +08:00
|
|
|
"dependencies": {
|
|
|
|
"classnames": "^2.3.1",
|
|
|
|
"cron-parser": "4.4.0",
|
2023-03-19 10:55:05 +08:00
|
|
|
"react-js-cron": "^3.1.0"
|
2022-12-16 17:04:22 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-29 20:24:07 +08:00
|
|
|
"@formily/antd-v5": "^1.1.0",
|
|
|
|
"@formily/core": "^2.2.27",
|
|
|
|
"@formily/react": "^2.2.27",
|
2023-07-29 20:25:18 +08:00
|
|
|
"@nocobase/actions": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/client": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/plugin-collection-manager": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/server": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/test": "0.11.1-alpha.5",
|
|
|
|
"@nocobase/utils": "0.11.1-alpha.5",
|
2023-08-01 11:51:30 +08:00
|
|
|
"antd": "^5.7.3",
|
2023-07-08 08:29:33 +08:00
|
|
|
"react": "18.x",
|
|
|
|
"react-i18next": "^11.15.1"
|
2022-12-16 17:04:22 +08:00
|
|
|
},
|
|
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
|
|
}
|