{
  "name": "@mekari/pixel-chart",
  "description": "Mekari Pixel | Chart visualizes data in an application the type of chart you use will depend on your use case and the type of data you need to display component",
  "version": "0.11.3",
  "homepage": "https://mekari.design/",
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/mid-kelola-indonesia/pixel-next.git"
  },
  "license": "LGPL-3.0",
  "author": "Sastra Nababan <sastra.nababan@mekari.com>",
  "sideEffects": false,
  "main": "dist/mekari-pixel-chart.cjs.js",
  "module": "dist/mekari-pixel-chart.esm.js",
  "files": [
    "dist",
    "src",
    "types"
  ],
  "scripts": {
    "build": "preconstruct build",
    "dev": "preconstruct dev",
    "clean": "rimraf ./dist",
    "test": "jest"
  },
  "dependencies": {
    "@mekari/pixel-box": "0.2.3",
    "@mekari/pixel-flex": "0.2.3",
    "@mekari/pixel-text": "0.2.3",
    "@mekari/pixel-theme": "0.4.1",
    "@mekari/pixel-utils": "0.6.1",
    "chart.js": "^3.9.1",
    "chartjs-plugin-datalabels": "^2.2.0",
    "color": "^3.1.2",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "vue": "^2.6.12"
  },
  "peerDependencies": {
    "@emotion/css": "^11.0.0",
    "vue": ">=2.6.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "bundle-phobia": {
    "max-size": "85KB",
    "max-overall-size": "85KB"
  }
}