mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:16:26 +00:00
2c4bea0a07
Some checks are pending
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"name": "@nocobase/plugin-data-visualization",
|
|
"version": "1.3.0-alpha",
|
|
"displayName": "Data visualization",
|
|
"displayName.zh-CN": "数据可视化",
|
|
"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.",
|
|
"description.zh-CN": "提供数据可视化功能,包含图表区块和图表筛选区块,支持折线图、面积图、柱状图等十几种图表,你也可以扩展更多图表类型。",
|
|
"main": "dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/handbook/data-visualization",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/data-visualization",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "5.x",
|
|
"@ant-design/plots": "^2.1.4",
|
|
"@emotion/css": "^11.7.1",
|
|
"@formily/antd-v5": "1.x",
|
|
"@formily/core": "2.x",
|
|
"@formily/react": "2.x",
|
|
"@formily/shared": "2.x",
|
|
"antd": "5.x",
|
|
"classnames": "^2.3.1",
|
|
"koa-compose": "^4.1.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-error-boundary": "^4.0.10",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "1.x",
|
|
"@nocobase/cache": "1.x",
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/data-source-main": "1.x",
|
|
"@nocobase/database": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x",
|
|
"@nocobase/utils": "1.x"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"Blocks"
|
|
]
|
|
}
|