sealday
3565867f54
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1460
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"name": "@tachybase/plugin-data-visualization",
|
|
"displayName": "Data visualization",
|
|
"version": "0.21.83",
|
|
"description": "Provides data visualization feature, including chart block and chart filter block, support line charts, area charts, bar charts and more than a dozen kinds of charts, you can also extend more chart types.",
|
|
"keywords": [
|
|
"Blocks"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "~5.3.7",
|
|
"@ant-design/plots": "^2.1.4",
|
|
"@tachybase/components": "workspace:*",
|
|
"@tachybase/schema": "workspace:*",
|
|
"ahooks": "^3.7.2",
|
|
"antd": "5.19.4",
|
|
"dayjs": "^1.11.8",
|
|
"deepmerge": "^4.2.2",
|
|
"koa-compose": "^4.1.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.3.1",
|
|
"react-error-boundary": "^4.0.10",
|
|
"react-i18next": "^14.1.2",
|
|
"sequelize": "^6.26.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/cache": "workspace:*",
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*",
|
|
"@tachybase/utils": "workspace:*"
|
|
},
|
|
"description.zh-CN": "提供数据可视化功能,包含图表区块和图表筛选区块,支持折线图、面积图、柱状图等十几种图表,你也可以扩展更多图表类型。",
|
|
"displayName.zh-CN": "数据可视化"
|
|
}
|