{
  "name": "@progress/kendo-vue-charts",
  "version": "8.1.1",
  "description": "TODO",
  "author": "Progress",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://www.telerik.com/kendo-vue-ui",
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.mts",
        "default": "./index.mjs"
      },
      "require": {
        "types": "./index.d.ts",
        "default": "./index.js"
      }
    },
    "./package.json": {
      "default": "./package.json"
    }
  },
  "sideEffects": false,
  "peerDependencies": {
    "@progress/kendo-drawing": "^1.21.2",
    "@progress/kendo-licensing": "^1.7.2",
    "@progress/kendo-vue-common": "8.1.1",
    "@progress/kendo-vue-intl": "8.1.1",
    "@progress/kendo-vue-layout": "8.1.1",
    "@progress/kendo-vue-popup": "8.1.1",
    "@progress/kendo-svg-icons": "^4.4.0",
    "vue": "^3.0.2"
  },
  "dependencies": {
    "@progress/kendo-charts": "2.11.1"
  },
  "keywords": [
    "Kendo UI",
    "Vue",
    "Progress",
    "Charts",
    "UI",
    "components",
    "Vue component",
    "Telerik",
    "Chart",
    "Charting",
    "pie chart",
    "sankey",
    "bar chart",
    "sparkline",
    "stock chart",
    "area chart",
    "box plot",
    "bubble chart",
    "bullet chart",
    "donut chart",
    "drilldown chart",
    "funnel chart",
    "heatmap chart",
    "line chart",
    "polar chart",
    "pyramid chart",
    "radar chart",
    "range area chart",
    "range bar chart",
    "scatter chart",
    "waterfall chart"
  ],
  "@progress": {
    "friendlyName": "Charts",
    "framework": "Kendo UI for Vue",
    "package": {
      "productName": "Kendo UI for Vue",
      "productCode": "KENDOUIVUE",
      "publishDate": 1775565804,
      "licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telerik/kendo-vue.git"
  }
}