{
  "name": "@mx-cartographer/experiences",
  "version": "9.4.34",
  "description": "Library containing experience widgets",
  "author": "MX",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "exports": {
    "./accounts": {
      "import": "./dist/accounts/index.es.js",
      "types": "./dist/accounts/index.d.ts"
    },
    "./analytics": {
      "import": "./dist/analytics/index.es.js",
      "types": "./dist/analytics/index.d.ts"
    },
    "./budgets": {
      "import": "./dist/budgets/index.es.js",
      "types": "./dist/budgets/index.d.ts"
    },
    "./cashflow": {
      "import": "./dist/cashflow/index.es.js",
      "types": "./dist/cashflow/index.d.ts"
    },
    "./categories": {
      "import": "./dist/categories/index.es.js",
      "types": "./dist/categories/index.d.ts"
    },
    "./common": {
      "import": "./dist/common/index.es.js",
      "types": "./dist/common/index.d.ts"
    },
    "./core": {
      "import": "./dist/core/index.es.js",
      "types": "./dist/core/index.d.ts"
    },
    "./dashboard": {
      "import": "./dist/dashboard/index.es.js",
      "types": "./dist/dashboard/index.d.ts"
    },
    "./debts": {
      "import": "./dist/debts/index.es.js",
      "types": "./dist/debts/index.d.ts"
    },
    "./finstrong": {
      "import": "./dist/finstrong/index.es.js",
      "types": "./dist/finstrong/index.d.ts"
    },
    "./goals": {
      "import": "./dist/goals/index.es.js",
      "types": "./dist/goals/index.d.ts"
    },
    "./help": {
      "import": "./dist/help/index.es.js",
      "types": "./dist/help/index.d.ts"
    },
    "./insights": {
      "import": "./dist/insights/index.es.js",
      "types": "./dist/insights/index.d.ts"
    },
    "./insights-v2": {
      "import": "./dist/insights-v2/index.es.js",
      "types": "./dist/insights-v2/index.d.ts"
    },
    "./investments": {
      "import": "./dist/investments/index.es.js",
      "types": "./dist/investments/index.d.ts"
    },
    "./merchants": {
      "import": "./dist/merchants/index.es.js",
      "types": "./dist/merchants/index.d.ts"
    },
    "./microinsights": {
      "import": "./dist/microinsights/index.es.js",
      "types": "./dist/microinsights/index.d.ts"
    },
    "./networth": {
      "import": "./dist/networth/index.es.js",
      "types": "./dist/networth/index.d.ts"
    },
    "./notifications": {
      "import": "./dist/notifications/index.es.js",
      "types": "./dist/notifications/index.d.ts"
    },
    "./recurringtransactions": {
      "import": "./dist/recurringtransactions/index.es.js",
      "types": "./dist/recurringtransactions/index.d.ts"
    },
    "./spending": {
      "import": "./dist/spending/index.es.js",
      "types": "./dist/spending/index.d.ts"
    },
    "./settings": {
      "import": "./dist/settings/index.es.js",
      "types": "./dist/settings/index.d.ts"
    },
    "./transactions": {
      "import": "./dist/transactions/index.es.js",
      "types": "./dist/transactions/index.d.ts"
    },
    "./trends": {
      "import": "./dist/trends/index.es.js",
      "types": "./dist/trends/index.d.ts"
    },
    "./rum": {
      "import": "./dist/rum/index.es.js",
      "types": "./dist/rum/index.d.ts"
    }
  },
  "typesVersions": {
    "*": {
      "accounts": [
        "./dist/accounts/index.d.ts"
      ],
      "analytics": [
        "./dist/analytics/index.d.ts"
      ],
      "budgets": [
        "./dist/budgets/index.d.ts"
      ],
      "cashflow": [
        "./dist/cashflow/index.d.ts"
      ],
      "categories": [
        "./dist/categories/index.d.ts"
      ],
      "common": [
        "./dist/common/index.d.ts"
      ],
      "core": [
        "./dist/core/index.d.ts"
      ],
      "dashboard": [
        "./dist/dashboard/index.d.ts"
      ],
      "debts": [
        "./dist/debts/index.d.ts"
      ],
      "finstrong": [
        "./dist/finstrong/index.d.ts"
      ],
      "goals": [
        "./dist/goals/index.d.ts"
      ],
      "help": [
        "./dist/help/index.d.ts"
      ],
      "insights": [
        "./dist/insights/index.d.ts"
      ],
      "insights-v2": [
        "./dist/insights-v2/index.d.ts"
      ],
      "investments": [
        "./dist/investments/index.d.ts"
      ],
      "merchants": [
        "./dist/merchants/index.d.ts"
      ],
      "microinsights": [
        "./dist/microinsights/index.d.ts"
      ],
      "networth": [
        "./dist/networth/index.d.ts"
      ],
      "notifications": [
        "./dist/notifications/index.d.ts"
      ],
      "recurringtransactions": [
        "./dist/recurringtransactions/index.d.ts"
      ],
      "spending": [
        "./dist/spending/index.d.ts"
      ],
      "settings": [
        "./dist/settings/index.d.ts"
      ],
      "transactions": [
        "./dist/transactions/index.d.ts"
      ],
      "trends": [
        "./dist/trends/index.d.ts"
      ],
      "rum": [
        "./dist/rum/index.d.ts"
      ]
    }
  },
  "scripts": {
    "build": "tsc && vite build && yarn verify:exports",
    "build-storybook": "storybook build -o compiled_docs",
    "verify:exports": "node scripts/verify-exports.mjs",
    "dev": "storybook dev -p 8106",
    "lint": "oxlint src",
    "lint:fix": "oxlint --fix src",
    "typecheck": "tsc --noEmit && tsc --noEmit -p tsconfig.tools.json",
    "fmt": "oxfmt src stories tests mock",
    "fmt:check": "oxfmt --check src stories tests mock",
    "precommit": "lint-staged",
    "prepare": "husky || true",
    "prepublishOnly": "yarn build",
    "storybook": "storybook dev -p 6006",
    "test": "vitest",
    "testui": "vitest --ui --coverage",
    "citest": "vitest run --coverage"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@mui/lab": "7.0.1-beta.25",
    "@mui/material": "7.3.11",
    "@mui/system": "7.3.11",
    "@mui/x-charts": "^8.29.2",
    "@mui/x-data-grid": "7.29.13",
    "@mui/x-data-grid-pro": "^7.29.13",
    "@mui/x-date-pickers": "^7.29.4",
    "@mui/x-date-pickers-pro": "^7.29.4",
    "@mxenabled/cssinjs": "^0.6.0",
    "@mxenabled/mx-icons": "^2.3.0",
    "@mxenabled/mxui": "^2.9.2",
    "@mxenabled/web-widget-sdk": "^0.0.15",
    "@tanstack/react-virtual": "^3.14.9",
    "bowser": "^2.14.1",
    "d3": "^7.9.0",
    "d3-force": "^3.0.0",
    "date-fns": "^4.4.0",
    "mobx": "^6.16.1",
    "mobx-react-lite": "^4.1.1",
    "numeral": "^2.0.6",
    "posthog-js": "^1.409.5",
    "react": "^19",
    "react-confetti": "^6.4.0",
    "react-dom": "^19",
    "react-intersection-observer": "^10.1.0",
    "uuid": "^14.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.29.7",
    "@datadog/browser-rum": "7.12.0",
    "@storybook/addon-a11y": "^10.5.5",
    "@storybook/addon-docs": "^10.5.5",
    "@storybook/addon-links": "^10.5.5",
    "@storybook/react": "^10.5.5",
    "@storybook/react-vite": "^10.5.5",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.10.0",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/css-mediaquery": "^0.1.4",
    "@types/d3": "^7.4.3",
    "@types/d3-force": "^3.0.10",
    "@types/jest": "^29.5.14",
    "@types/numeral": "^2.0.5",
    "@types/prop-types": "^15.7.15",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/uuid": "^10.0.0",
    "@typescript/typescript6": "^6.0.2",
    "@vitejs/plugin-react": "^6.0.5",
    "@vitest/coverage-v8": "^4.1.10",
    "@vitest/ui": "^4.1.10",
    "@yarnpkg/sdks": "^3.3.1",
    "css-mediaquery": "^0.1.2",
    "global-jsdom": "^9.2.0",
    "husky": "^9.1.7",
    "jsdom": "^23.2.0",
    "lint-staged": "^15.5.2",
    "msw": "2.15.0",
    "msw-storybook-addon": "^2.0.7",
    "oxfmt": "^0.61.0",
    "oxlint": "^1.76.0",
    "prop-types": "^15.8.1",
    "storybook": "^10.5.5",
    "storybook-dark-mode": "^5.0.0",
    "typescript": "7.0.2",
    "vi-canvas-mock": "^1.0.0",
    "vite": "8.2.0",
    "vite-plugin-dts": "^5.0.3",
    "vite-plugin-svgr": "^5.2.0",
    "vitest": "^4.1.10"
  },
  "peerDependencies": {
    "@datadog/browser-rum": "^7",
    "@mui/material": "^7",
    "@mxenabled/mxui": "^2",
    "d3": "^7",
    "date-fns": "^3 || ^4",
    "mobx": "^6",
    "mobx-react-lite": "^4",
    "react": "^19",
    "react-dom": "^19"
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md"
  ],
  "resolutions": {
    "react": "^19",
    "react-dom": "^19",
    "@types/react": "^19",
    "@types/react-dom": "^19"
  },
  "packageManager": "yarn@4.17.1",
  "msw": {
    "workerDirectory": [
      ".storybook/static"
    ]
  },
  "peerDependenciesMeta": {
    "@datadog/browser-rum": {
      "optional": true
    }
  }
}
