{
  "name": "@statisticsfinland/pxvisualizer",
  "version": "1.4.5",
  "description": "Component library for visualizing PxGraf data",
  "main": "./dist/pxv.cjs",
  "jestSonar": {
    "reportPath": "reports",
    "reportFile": "test-reporter.xml",
    "indent": 4
  },
  "types": "./dist/types/index.d.ts",
  "module": "./dist/pxv.module.js",
  "unpkg": "./dist/pxv.umd.js",
  "type": "module",
  "source": "src/index.ts",
  "exports": {
    "require": "./dist/pxv.cjs",
    "types": "./dist/types/index.d.ts",
    "default": "./dist/pxv.modern.js"
  },
  "files": [
    "dist"
  ],
  "clean-publish": {
    "fields": [
      "scripts"
    ],
    "tempDir": "package"
  },
  "scripts": {
    "test": "jest",
    "test:ci": "jest --reporters=default --reporters=jest-junit",
    "test:watch": "jest --watchAll=true",
    "build": "microbundle --globals highcharts/modules/accessibility.js=highchartsAccessibility,highcharts/modules/exporting.js=highchartsExporting,highcharts/modules/export-data.js=highchartsExportData,highcharts/modules/offline-exporting.js=highchartsOfflineExporting,decimal.js=Decimal,highcharts/modules/pattern-fill.js=patternFill",
    "dev": "microbundle watch",
    "storybook": "set NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
    "storybook_legacy": "storybook dev -p 6006",
    "build-storybook": "set NODE_OPTIONS=--openssl-legacy-provider && storybook build",
    "prepublishOnly": "npm run build",
    "version-helper": "node .github/scripts/version-helper.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/StatisticsFinland/PxVisualizer"
  },
  "author": "Statistics Finland",
  "license": "Apache-2.0",
  "devDependencies": {
    "@babel/core": "^7.28.4",
    "@storybook/addon-a11y": "^10.2.17",
    "@storybook/addon-docs": "^10.2.17",
    "@storybook/addon-links": "^10.2.17",
    "@storybook/addon-webpack5-compiler-swc": "^4.0.2",
    "@storybook/react": "^10.2.17",
    "@storybook/react-webpack5": "^10.2.17",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.3.0",
    "@types/file-saver": "^2.0.7",
    "@types/jest": "^30.0.0",
    "@types/papaparse": "^5.3.15",
    "@types/react": "^19.1.0",
    "@types/styled-components": "^5.1.34",
    "@types/uuid": "^10.0.0",
    "babel-loader": "^10.0.0",
    "clean-publish": "^6.0.3",
    "decimal.js": "^10.5.0",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jest-junit": "^16.0.0",
    "jest-sonar-reporter": "^2.0.0",
    "jest-styled-components": "^7.2.0",
    "microbundle": "^0.15.1",
    "papaparse": "^5.5.2",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "semver": "^7.7.0",
    "storybook": "^10.2.17",
    "styled-components": "^6.1.17",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "uuid": "^13.0.0"
  },
  "dependencies": {
    "decimal.js": "^10.5.0",
    "fflate": "^0.8.2",
    "highcharts": "^12.4.0",
    "highcharts-react-official": "^3.2.2"
  },
  "peerDependencies": {
    "react": "^18.2.0 || ^19.1.0",
    "react-dom": "^18.2.0 || ^19.1.0"
  },
  "keywords": [
    "px-file",
    "px",
    "visualization"
  ],
  "overrides": {
    "serialize-javascript": "^7.0.4"
  }
}
