{
  "name": "@datashaper/react",
  "version": "21.0.0",
  "type": "module",
  "main": "dist/index.js",
  "publishConfig": {
    "main": "dist/index.js",
    "types": "dist/index.d.ts"
  },
  "sideEffects": false,
  "author": "Nathan Evans <naevans@microsoft.com>",
  "license": "MIT",
  "contributors": [
    "Nathan Evans <naevans@microsoft.com>",
    "Dayenne Souza <ddesouza@microsoft.com>",
    "Andres Morales <andresmor@microsoft.com>",
    "Monica Carvajal <mcarvajal@microsoft.com>",
    "Chris Trevino <chris.trevino@microsoft.com>",
    "Derek Worthen <deworthe@microsoft.com>",
    "Gaudy Blanco <gaudyb@microsoft.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/datashaper"
  },
  "bugs": {
    "url": "https://github.com/microsoft/datashaper/issues"
  },
  "scripts": {
    "clean": "essex clean dist docs",
    "build": "essex build --docs --skipExportCheck",
    "fix": "essex fix --strict --formatter none",
    "check": "essex check --strict --formatter none",
    "check-deps": "essex check-deps",
    "release": "yarn npm publish --tolerate-republish --access public"
  },
  "dependencies": {
    "@datashaper/guidance": "^0.3.6",
    "@datashaper/schema": "^12.0.0",
    "@datashaper/tables": "^9.0.0",
    "@datashaper/utilities": "^2.4.8",
    "@datashaper/workflow": "^25.0.0",
    "@essex/charts-react": "^1.1.12",
    "@essex/components": "^4.2.0",
    "@essex/styled-components": "^0.0.13",
    "ahooks": "^3.7.7",
    "d3-format": "^3.1.0",
    "immer": "^9.0.21",
    "lodash-es": "^4.17.21",
    "observable-hooks": "^4.2.3",
    "react-if": "^4.1.4",
    "rxjs": "^7.8.1",
    "tslib": "^2.5.3"
  },
  "devDependencies": {
    "@essex/scripts": "^24.0.5",
    "@essex/tsconfig-base": "^2.0.0",
    "@fluentui/react": "^8.110.2",
    "@fluentui/react-hooks": "^8.6.27",
    "@fluentui/utilities": "^8.13.16",
    "@thematic/core": "^4.0.7",
    "@thematic/d3": "^2.0.22",
    "@thematic/fluent": "^5.0.8",
    "@thematic/react": "^2.1.9",
    "@types/d3-format": "^3.0.1",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^20.2.5",
    "@types/react": "^18.2.9",
    "@types/react-dom": "^18.2.4",
    "@types/styled-components": "^5.1.26",
    "arquero": "^5.4.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "styled-components": "^5.3.11",
    "typescript": "^5.1.3"
  },
  "peerDependencies": {
    "@fluentui/react": ">= 8",
    "@fluentui/react-hooks": ">= 8",
    "@fluentui/utilities": ">= 8",
    "@thematic/core": ">= 4",
    "@thematic/d3": ">= 2",
    "@thematic/fluent": ">= 5",
    "@thematic/react": ">= 2",
    "arquero": ">= 5",
    "react": ">= 18",
    "react-dom": ">= 18",
    "react-is": ">= 18",
    "styled-components": ">= 5"
  },
  "peerDependenciesMeta": {
    "@fluentui/react": {
      "optional": false
    },
    "@fluentui/react-hooks": {
      "optional": false
    },
    "@fluentui/utilities": {
      "optional": true
    },
    "@thematic/core": {
      "optional": false
    },
    "@thematic/fluent": {
      "optional": false
    },
    "@thematic/react": {
      "optional": false
    },
    "arquero": {
      "optional": false
    },
    "react": {
      "optional": false
    }
  },
  "types": "dist/index.d.ts"
}