{
  "name": "@nocobase/plugin-data-visualization",
  "version": "2.2.2",
  "displayName": "Data visualization",
  "displayName.ru-RU": "Визуализация данных",
  "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.ru-RU": "Предоставляет функции визуализации данных: включает блоки графиков и фильтрации графиков, поддерживает линейные, областные, столбчатые и более десятка других типов графиков, а также возможность расширения дополнительными типами.",
  "description.zh-CN": "提供数据可视化功能，包含图表区块和图表筛选区块，支持折线图、面积图、柱状图等十几种图表，你也可以扩展更多图表类型。",
  "main": "dist/server/index.js",
  "homepage": "https://docs.nocobase.com/handbook/data-visualization",
  "homepage.ru-RU": "https://docs-ru.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",
    "@codemirror/lang-javascript": "^6.0.1",
    "@codemirror/lang-sql": "^6.9.1",
    "@codemirror/lint": "^6.8.3",
    "@codemirror/state": "^6.4.1",
    "@codemirror/theme-one-dark": "^6.1.3",
    "@codemirror/view": "^6.37.2",
    "@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",
    "codemirror": "^6.0.2",
    "echarts": "^6.0.0",
    "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": "2.x",
    "@nocobase/cache": "2.x",
    "@nocobase/client": "2.x",
    "@nocobase/client-v2": "2.x",
    "@nocobase/database": "2.x",
    "@nocobase/plugin-acl": "2.x",
    "@nocobase/plugin-ai": "2.x",
    "@nocobase/plugin-data-source-main": "2.x",
    "@nocobase/plugin-flow-engine": "2.x",
    "@nocobase/server": "2.x",
    "@nocobase/test": "2.x",
    "@nocobase/utils": "2.x"
  },
  "gitHead": "336230738dda76255e363a0a68fcbec775c81564",
  "keywords": [
    "Blocks"
  ],
  "license": "Apache-2.0"
}
