2023-06-30 20:49:44 +08:00
{
2024-05-24 01:06:06 +08:00
"name" : "@tachybase/plugin-data-visualization" ,
2024-02-22 23:13:31 +08:00
"displayName" : "Data visualization" ,
2024-06-11 19:50:44 +08:00
"version" : "0.21.49" ,
2024-02-22 09:29:30 +08:00
"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." ,
2024-04-01 13:39:44 +08:00
"keywords" : [
"Blocks"
] ,
2024-05-23 12:50:54 +08:00
"license" : "Apache-2.0" ,
2024-04-01 13:39:44 +08:00
"main" : "dist/server/index.js" ,
2023-06-30 20:49:44 +08:00
"devDependencies" : {
2024-04-02 18:13:33 +08:00
"@ant-design/icons" : "~5.3.6" ,
2024-03-13 23:03:15 +08:00
"@ant-design/plots" : "^2.1.4" ,
2024-04-30 02:00:13 +08:00
"@tachybase/components" : "workspace:*" ,
2024-04-29 21:41:13 +08:00
"@tachybase/schema" : "workspace:*" ,
2024-04-01 13:39:44 +08:00
"ahooks" : "^3.7.2" ,
2024-04-10 16:14:26 +08:00
"antd" : "5.16.1" ,
2024-04-01 13:39:44 +08:00
"dayjs" : "^1.11.8" ,
"deepmerge" : "^4.2.2" ,
2023-09-07 23:27:59 +08:00
"koa-compose" : "^4.1.0" ,
2023-07-08 08:29:33 +08:00
"lodash" : "^4.17.21" ,
"react" : "^18.2.0" ,
2023-08-02 00:07:52 +08:00
"react-error-boundary" : "^4.0.10" ,
2024-04-18 03:07:56 +08:00
"react-i18next" : "^11.15.1" ,
"sequelize" : "^6.26.0"
2023-08-02 00:07:52 +08:00
} ,
"peerDependencies" : {
2024-05-08 16:20:31 +08:00
"@tachybase/actions" : "workspace:*" ,
"@tachybase/cache" : "workspace:*" ,
"@tachybase/client" : "workspace:*" ,
"@tachybase/database" : "workspace:*" ,
"@tachybase/server" : "workspace:*" ,
"@tachybase/test" : "workspace:*" ,
"@tachybase/utils" : "workspace:*"
2023-12-29 15:49:02 +08:00
} ,
2024-04-01 13:39:44 +08:00
"description.zh-CN" : "提供数据可视化功能,包含图表区块和图表筛选区块,支持折线图、面积图、柱状图等十几种图表,你也可以扩展更多图表类型。" ,
2024-05-23 12:50:54 +08:00
"displayName.zh-CN" : "数据可视化"
2023-07-07 06:56:04 +08:00
}