{
  "name": "@emuanalytics/flow-rdf-ui",
  "version": "4.1.25",
  "type": "module",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist",
    "themes"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs"
    },
    "./icons": {
      "import": "./dist/icons/index.mjs"
    },
    "./themes/*.css": "./themes/*.css",
    "./custom-elements.json": {
      "default": "./dist/custom-elements.json"
    }
  },
  "dependencies": {
    "@ctrl/tinycolor": "^3.6.0",
    "@floating-ui/dom": "^1.6.11",
    "@lit-labs/motion": "^1.0.4",
    "chartjs-adapter-dayjs-4": "^1.0.4",
    "chartjs-chart-matrix": "^2.0.1",
    "chartjs-plugin-annotation": "^3.0.1",
    "clone-deep": "^4.0.1",
    "composed-offset-position": "^0.0.4",
    "d3-format": "^3.1.0",
    "d3-scale": "^4.0.2",
    "debug": "^4.3.4",
    "deep-equal": "^2.2.3",
    "deepmerge": "^4.3.1",
    "luxon": "^3.5.0",
    "overlayscrollbars": "^2.4.4"
  },
  "devDependencies": {
    "@aws-sdk/client-s3": "^3.654.0",
    "@custom-elements-manifest/analyzer": "^0.8.3",
    "@fortawesome/fontawesome-free": "^6.4.2",
    "@open-wc/lit-helpers": "^0.5.1",
    "@open-wc/testing": "^3.2.0",
    "@remcovaes/web-test-runner-vite-plugin": "^1.2.0",
    "@storybook/addon-essentials": "^8.3.2",
    "@storybook/addon-links": "^8.3.2",
    "@storybook/addon-mdx-gfm": "^8.3.2",
    "@storybook/addon-themes": "^8.3.2",
    "@storybook/blocks": "^8.3.2",
    "@storybook/manager-api": "^8.3.2",
    "@storybook/theming": "^8.3.2",
    "@storybook/web-components": "^8.3.2",
    "@storybook/web-components-vite": "^8.3.2",
    "@types/clone-deep": "^4.0.1",
    "@types/d3-format": "^3.0.4",
    "@types/d3-scale": "^4.0.8",
    "@types/debug": "^4.1.8",
    "@types/dom-close-watcher": "^1.0.0",
    "@types/fs-extra": "^11.0.1",
    "@types/luxon": "^3.4.2",
    "@types/mime-types": "^2.1.4",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.14.2",
    "@types/sinon": "^10.0.16",
    "@vitest/browser": "^1.6.0",
    "@web/test-runner": "^0.17.0",
    "@web/test-runner-commands": "^0.8.0",
    "@web/test-runner-playwright": "^0.10.1",
    "animate.css": "^4.1.1",
    "cem-plugin-vs-code-custom-data-generator": "^1.4.1",
    "chalk": "^5.2.0",
    "chart.js": "^4.4.2",
    "command-line-args": "^5.2.1",
    "comment-parser": "^1.3.1",
    "css": "^3.0.0",
    "custom-elements-manifest": "^2.1.0",
    "del": "^7.0.0",
    "download": "^8.0.0",
    "front-matter": "^4.0.2",
    "fs-extra": "^11.1.1",
    "globby": "^13.1.4",
    "mime-types": "^2.1.35",
    "ora": "^7.0.1",
    "pascal-case": "^3.1.2",
    "prettier": "^3.2.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "recursive-copy": "^2.0.14",
    "s3-node-client": "^4.4.4",
    "s3-sync-client": "^4.3.1",
    "sinon": "^15.2.0",
    "storybook": "^8.3.2",
    "strip-css-comments": "^5.0.0",
    "svgo": "^1.3.2",
    "tsx": "^4.19.1",
    "typedoc": "^0.26.8",
    "typedoc-plugin-markdown": "^4.2.9",
    "typedoc-vitepress-theme": "^1.0.2",
    "typescript": "^5.6.3",
    "unbuild": "^2.0.0",
    "vite": "^4.3.9",
    "vite-plugin-dts": "^3.5.1",
    "webdriverio": "^8.14.3",
    "@emuanalytics/flow-rdf-core": "4.1.2"
  },
  "peerDependencies": {
    "chart.js": "^4.4.2",
    "lit": "^2.7.2",
    "lit-html": "^2.7.5",
    "@emuanalytics/flow-rdf-core": "~4.1.2"
  },
  "scripts": {
    "dev": "vite",
    "build": "pnpm run build:icons && pnpm run build:animations && pnpm run build:themes && unbuild && pnpm run build:metadata && pnpm run build:proxies",
    "dev:metadata": "cem analyze --watch --litelement --outdir dist",
    "build:metadata": "cem analyze --litelement --outdir dist",
    "build:proxies": "node ./scripts/make-angular-proxies.js --infile ./dist/custom-elements.json --outdir ../flow-rdf-angular/lib/src/components",
    "build:animations": "node ./scripts/make-animations.js",
    "build:icons": "tsx ./scripts/make-icons.ts",
    "build:themes": "node ./scripts/make-themes.js --outdir themes",
    "build:docs": "typedoc",
    "test": "web-test-runner",
    "test:watch": "web-test-runner --watch",
    "preview": "vite preview",
    "storybook": "storybook dev -p 6006",
    "storybook-docs": "storybook dev --docs -p 6006",
    "build-storybook": "storybook build ",
    "deploy-storybook": "tsx ./scripts/deploy-storybook.ts",
    "typecheck": "tsc --noEmit"
  }
}