{
  "name": "@genexus/reporting-controls-library",
  "version": "0.18.4",
  "author": "GeneXus",
  "description": "GeneXus Reporting Controls Library",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/reporting/reporting.esm.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genexuslabs/reporting-controls-library.git"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "postbuild": "npm run scss-bundle",
    "start": "stencil build --dev --watch --serve",
    "scss-bundle": "scss-bundle -e ./src/components/_components-theming-mixins.scss -o dist/theming/theming-mixins.scss",
    "scss-bundle.watch": "scss-bundle -w ./src/components -e ./src/components/_components-theming-mixins.scss -o dist/theming/theming-mixins.scss",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "test.end-to-end": "stencil test --e2e",
    "test.complete": "stencil test --spec --e2e --screenshot --watchAll",
    "generate": "stencil generate",
    "validate": "npm run test && npm run build && npm run scss-bundle",
    "validate.ci": "npm run build -- --max-workers 1 --debug && npm run scss-bundle",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "devDependencies": {
    "@genexus/web-controls-library": "2.7.0",
    "@stencil-community/eslint-plugin": "~0.7.1",
    "@stencil/core": "~4.11.0",
    "@stencil/sass": "~3.0.9",
    "@storybook/addon-essentials": "^7.6.13",
    "@storybook/addon-links": "^7.6.13",
    "@storybook/blocks": "^7.6.13",
    "@storybook/web-components": "^7.6.13",
    "@storybook/web-components-vite": "^7.6.13",
    "@types/jest": "~29.5.12",
    "@types/node": "^20.11.30",
    "@typescript-eslint/eslint-plugin": "~6.20.0",
    "@typescript-eslint/parser": "~6.20.0",
    "eslint": "~8.56.0",
    "eslint-config-prettier": "~8.8.0",
    "eslint-plugin-local": "~1.0.0",
    "eslint-plugin-prettier": "~4.2.1",
    "eslint-plugin-react": "~7.33.2",
    "eslint-plugin-storybook": "^0.6.14",
    "jest": "^27.4.5",
    "jest-cli": "^27.4.5",
    "lit-html": "^3.1.2",
    "prettier": "~2.8.8",
    "puppeteer": "~21.10.0",
    "scss-bundle": "^3.1.1",
    "storybook": "^7.6.13",
    "typescript": "~5.3.3"
  },
  "license": "MIT",
  "dependencies": {
    "@genexus/reporting-api": "~3.1.0",
    "date-fns": "^2.30.0",
    "highcharts": "^11.1.0",
    "jquery": "^3.7.1",
    "jspivottable": "~1.4.5",
    "material-icons": "^1.13.1",
    "rollup-plugin-dotenv": "^0.5.0"
  },
  "peerDependencies": {
    "@genexus/web-controls-library": ">= 2.7.0"
  }
}
