nocobase/packages/plugins/workflow/package.json
Junyi 51ce0afc06
Fix(plugin-workflow): request node (#1367)
* fix(plugin-workflow): fix json data

* refactor(plugin-workflow): change ejs to json-templates in request

* feat(plugin-workflow): add variable insert button to json input

* fix(plugin-workflow): fix main locales

* fix(plugin-workflow): fix params in request

* fix(plugin-workflow): fix types

* feat(plugin-workflow): add ejs migration
2023-01-15 12:56:04 +08:00

28 lines
749 B
JSON

{
"name": "@nocobase/plugin-workflow",
"version": "0.9.0-alpha.2",
"description": "",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/actions": "0.9.0-alpha.2",
"@nocobase/client": "0.9.0-alpha.2",
"@nocobase/database": "0.9.0-alpha.2",
"@nocobase/server": "0.9.0-alpha.2",
"@nocobase/utils": "0.9.0-alpha.2",
"antd": "4.22.8",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"cron-parser": "4.4.0",
"json-templates": "^4.2.0",
"moment": "^2.29.2",
"react-js-cron": "^1.4.0"
},
"devDependencies": {
"@nocobase/test": "0.9.0-alpha.2",
"@types/ejs": "^3.1.1"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}