{
  "name": "webpivottable",
  "version": "7.1.1",
  "description": "A pure javascript pivot table and pivot chart component.",
  "author": {
    "name": "Minghai Zhao",
    "email": "minghai@brightsea.ca"
  },
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://webpivottable.com",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bright-sea/webpivottable.git"
  },
  "bugs": {
    "url": "https://github.com/bright-sea/webpivottable/issues"
  },
  "type": "module",
  "main": "dist/wpt.js",
  "module": "dist/wpt.esm.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/wpt.esm.js",
      "require": "./dist/wpt.js",
      "default": "./dist/wpt.esm.js"
    }
  },
  "files": [
    "dist/wpt.js",
    "dist/wpt.esm.js",
    "dist/locales",
    "index.d.ts",
    "README.md"
  ],
  "keywords": [
    "pivot-table",
    "pivot-chart",
    "web-component",
    "data-analysis",
    "business-intelligence",
    "react",
    "javascript",
    "olap",
    "csv",
    "excel"
  ],
  "dependencies": {
    "@floating-ui/react": "^0.26.16",
    "@tanstack/react-table": "^8.21.3",
    "@tanstack/react-virtual": "^3.13.18",
    "axios": "^0.18.0",
    "clsx": "^2.1.1",
    "file-saver": "^2.0.5",
    "filestack-js": "^4.3.5",
    "highcharts": "^11.4.3",
    "highcharts-custom-events": "^3.0.10",
    "highcharts-grouped-categories": "^1.1.7",
    "highcharts-react-official": "^3.2.1",
    "html2pdf.js": "^0.14.0",
    "i18next": "^23.12.0",
    "papaparse": "^5.5.3",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-i18next": "^14.1.2",
    "react-to-webcomponent": "^2.0.1",
    "screenfull": "^6.0.2",
    "simple-web-worker": "^1.2.0",
    "tableexport": "^5.2.0",
    "zustand": "^4.5.0"
  }
}
