sealday
72f29a0c58
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1514
29 lines
770 B
JSON
29 lines
770 B
JSON
{
|
|
"name": "@tachybase/plugin-gantt",
|
|
"displayName": "Block: Gantt",
|
|
"version": "0.21.89",
|
|
"description": "Provides Gantt block.",
|
|
"keywords": [
|
|
"Blocks"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "dist/server/index.js",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.3.7",
|
|
"@ctrl/tinycolor": "^3.6.0",
|
|
"@tachybase/components": "workspace:*",
|
|
"@tachybase/schema": "workspace:*",
|
|
"antd": "5.19.4",
|
|
"lodash": "4.17.21",
|
|
"react-i18next": "^14.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*",
|
|
"@tachybase/utils": "workspace:*"
|
|
},
|
|
"description.zh-CN": "提供甘特图区块。",
|
|
"displayName.zh-CN": "区块:甘特图"
|
|
}
|