{
  "name": "@arcgis/charts-app",
  "version": "4.31.3",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "description": "Reusable Micro App enables authoring and viewing of ArcGIS charts for ArcGIS Online using calcite design system.",
  "license": "SEE LICENSE IN LICENSE.md",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "scripts": {
    "build": "stencil build --docs",
    "build:production": "cross-env BUILD_TYPE=production yarn prebuild && stencil build --docs",
    "copy:mocks": "yarn node ./scripts/gather-test-utils.js",
    "docs": "typedoc --out docs",
    "gatherdemofiles": "node scripts/gather-demo-dependencies.js",
    "install-peers": "peerdeps",
    "lint": "yarn g:eslint '**/*.*' --ignore-path ../../.eslintignore --fix --cache --config ../../.eslintrc.json",
    "prebuild": "node ./scripts/add-git-info.js && yarn gatherdemofiles",
    "precommit": "lint-staged  --config=../../.lintstagedrc.json",
    "predocs": "rimraf docs",
    "prepublicdocs": "rimraf public-docs",
    "prestart": "node ./scripts/add-git-info.js && yarn gatherdemofiles",
    "pretty": "yarn g:pretty --write './**/*.*' --ignore-path ../../.prettierignore",
    "publicdocs": "typedoc --excludePrivate --excludeProtected --out public-docs",
    "start": "stencil build --dev --watch --serve",
    "test": "yarn copy:mocks && stencil test --spec",
    "test:dev": "yarn copy:mocks && stencil test --spec --devtools",
    "test:dev:watch": "yarn copy:mocks && stencil test --spec --devtools --watchAll",
    "test:e2e": "yarn copy:mocks && node ./scripts/e2e-tests.js",
    "test:e2e:watch": "yarn copy:mocks && node ./scripts/e2e-tests.js --watchAll",
    "test:nobuild": "yarn copy:mocks && yarn test --no-build",
    "test:watch": "yarn copy:mocks && stencil test --spec --watchAll"
  },
  "files": [
    "dist/"
  ],
  "peerDependencies": {
    "@esri/calcite-components": "^2.13.2"
  },
  "dependencies": {
    "@arcgis/charts-components": "4.31.3",
    "@arcgis/charts-config-components": "4.31.3",
    "@arcgis/charts-model": "4.31.3",
    "@arcgis/charts-shared-utils": "4.31.3",
    "@arcgis/charts-spec": "4.31.3",
    "@stencil/core": "4.20.0",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@arcgis/analysis-studio-components": "0.819.0",
    "@arcgis/core": "~4.31.0",
    "@stencil/sass": "^3.0.12",
    "@types/jest": "^29.5.0",
    "@types/lodash-es": "^4.17.5",
    "@types/puppeteer": "^5.4.4",
    "jest": "^29.5.0",
    "puppeteer": "^10.4.0"
  },
  "types": "dist/types/components.d.ts",
  "@comments": {
    "typedoc": {
      "a": "typedoc.json does not allow adding non-standard options like @comment",
      "b": "ignoreCompilerErrors = true to handle just StencilJS based packages which allow unused private methods (for its `own` lifeCycle methods, etc.)"
    }
  },
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "unpkg": "dist/charts-app/charts-app.js"
}