{
  "name": "@react-magma/charts",
  "version": "14.1.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cengage/react-magma.git",
    "directory": "packages/charts"
  },
  "exports": {
    ".": {
      "import": "./dist/charts.modern.module.js",
      "require": "./dist/charts.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "dist/charts.js",
  "umd:main": "dist/charts.umd.js",
  "module": "dist/charts.modern.module.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "rollup -c rollup.config.js --bundleConfigAsCjs",
    "build-watch": "rollup -c rollup.config.js --watch --bundleConfigAsCjs",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix",
    "lint:check": "eslint ./src --max-warnings=0",
    "test": "jest",
    "test-watch": "jest --watch",
    "compiler-checks": "tsc --noEmit --project ./tsconfig.json"
  },
  "dependencies": {
    "@carbon/charts-react": "1.23.7",
    "d3": "7.9.0",
    "d3-cloud": "1.2.7",
    "d3-sankey": "0.12.3"
  },
  "devDependencies": {
    "@emotion/react": "11.14.0",
    "@emotion/styled": "11.14.0",
    "dom-to-image-more": "3.6.0",
    "@rollup/plugin-commonjs": "^28.0.8",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.1.4",
    "framer-motion": "^12.23.22",
    "identity-obj-proxy": "3.0.0",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-magma-dom": "^5.1.0",
    "react-magma-icons": "^3.2.5",
    "rollup": "^4.52.4",
    "rollup-plugin-postcss": "^4.0.2"
  },
  "peerDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-magma-dom": "^5.0.0 || ^5.1.0-0",
    "react-magma-icons": "^3.2.5"
  },
  "engines": {
    "node": ">=22.14.0",
    "npm": ">=11.11.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
