mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:36:32 +00:00
bc12c92091
* docs: update release notes
* chore(versions): 😊 publish v0.7.4-alpha.1
* feat: update docker image version
27 lines
689 B
JSON
27 lines
689 B
JSON
{
|
|
"name": "@nocobase/plugin-workflow",
|
|
"version": "0.7.4-alpha.1",
|
|
"main": "lib/index.js",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@nocobase/actions": "0.7.4-alpha.1",
|
|
"@nocobase/client": "0.7.4-alpha.1",
|
|
"@nocobase/database": "0.7.4-alpha.1",
|
|
"@nocobase/server": "0.7.4-alpha.1",
|
|
"@nocobase/utils": "0.7.4-alpha.1",
|
|
"cron-parser": "4.4.0",
|
|
"json-templates": "^4.2.0",
|
|
"react-js-cron": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/test": "0.7.4-alpha.1"
|
|
},
|
|
"gitHead": "7e9556e489007577fc0ed89063b3a9ce2f9aae53"
|
|
}
|