mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:16:15 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "@nocobase/plugin-sequence-field",
|
|
"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": "为数据库或数据管理系统提供自动生成唯一序列值的功能。",
|
|
"version": "0.11.1-alpha.4",
|
|
"license": "AGPL-3.0",
|
|
"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"
|
|
],
|
|
"dependencies": {
|
|
"classnames": "^2.3.1",
|
|
"cron-parser": "4.4.0",
|
|
"react-js-cron": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@formily/antd-v5": "1.1.0-beta.4",
|
|
"@formily/core": "2.2.26",
|
|
"@formily/react": "2.2.26",
|
|
"@nocobase/actions": "0.11.1-alpha.4",
|
|
"@nocobase/client": "0.11.1-alpha.4",
|
|
"@nocobase/plugin-collection-manager": "0.11.1-alpha.4",
|
|
"@nocobase/server": "0.11.1-alpha.4",
|
|
"@nocobase/test": "0.11.1-alpha.4",
|
|
"@nocobase/utils": "0.11.1-alpha.4",
|
|
"antd": "^5.6.4",
|
|
"react": "18.x",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|