{
  "name": "@adobe/react-spectrum-charts",
  "version": "1.47.0",
  "description": "Declarative library for composing Spectrum visualizations in React.",
  "browser": "./dist/index.js",
  "module": "./dist/index.js",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/@types/index.d.ts",
      "default": "./dist/index.js"
    },
    "./alpha": {
      "import": "./dist/alpha.js",
      "require": "./dist/alpha.js",
      "types": "./dist/@types/alpha/index.d.ts",
      "default": "./dist/alpha.js"
    },
    "./beta": {
      "import": "./dist/beta.js",
      "require": "./dist/beta.js",
      "types": "./dist/@types/beta/index.d.ts",
      "default": "./dist/beta.js"
    },
    "./rc": {
      "import": "./dist/rc.js",
      "require": "./dist/rc.js",
      "types": "./dist/@types/rc/index.d.ts",
      "default": "./dist/rc.js"
    }
  },
  "typesVersions": {
    "*": {
      "*": [
        "./dist/@types/index.d.ts"
      ],
      "alpha": [
        "./dist/@types/alpha/index.d.ts"
      ],
      "beta": [
        "./dist/@types/beta/index.d.ts"
      ],
      "rc": [
        "./dist/@types/rc/index.d.ts"
      ]
    }
  },
  "files": [
    "/dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/react-spectrum-charts.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "marshall.w.peterson@gmail.com",
  "license": "Apache-2.0",
  "scripts": {
    "prebuild": "echo 'This will run before build'",
    "build": "webpack --config webpack.config.js",
    "clean": "rm -rf dist",
    "g": "plop component",
    "generate": "plop component",
    "pack-test": "yarn clean && yarn build && cross-env NODE_ENV=development npm pack",
    "pack": "cross-env NODE_ENV=production npm pack",
    "sonar": "node ./scripts/runSonarOnBranch.js",
    "sonar-fork-pr": "node ./scripts/runSonarOnFork.js",
    "test": "cross-env TZ=UTC BABEL_ENV=test jest --config ../../jest.config.js",
    "watch": "cross-env TZ=UTC BABEL_ENV=test jest --config ../../jest.config.js --watch",
    "skulk": "yarn watch --silent",
    "publish-package": "npm publish --access public"
  },
  "dependencies": {
    "@spectrum-charts/constants": "1.47.0",
    "@spectrum-charts/locales": "1.47.0",
    "@spectrum-charts/themes": "1.47.0",
    "@spectrum-charts/utils": "1.47.0",
    "@spectrum-charts/vega-spec-builder": "1.47.0",
    "d3-format": "^3.1.0",
    "deepmerge": ">= 4.0.0",
    "immer": ">= 9.0.0",
    "uuid": ">= 9.0.0",
    "vega-embed": ">= 7.1.0",
    "vega-tooltip": ">= 1.1.0"
  },
  "peerDependencies": {
    "@adobe/react-spectrum": ">=3.23.0",
    "react": ">= 17.0.2",
    "react-dom": ">= 17.0.2",
    "vega": "^6.2.0",
    "vega-lite": "^6.4.2"
  },
  "resolutions": {
    "@types/react": "18.3.12",
    "@types/react-dom": "18.3.1",
    "jackspeak": "2.1.1"
  },
  "bugs": {
    "url": "https://github.com/adobe/react-spectrum-charts/issues"
  },
  "homepage": "https://github.com/adobe/react-spectrum-charts#readme",
  "keywords": [
    "Adobe",
    "AdobeAnalytics",
    "Analytics",
    "Data",
    "Viz",
    "React",
    "Spectrum",
    "Charts"
  ]
}
