{
  "name": "@shopify/polaris-viz-core",
  "version": "16.16.0",
  "description": "Core logic for Polaris Viz that is not platform specific",
  "homepage": "https://github.com/Shopify/polaris-viz#readme",
  "license": "SEE LICENSE IN LICENSE.md",
  "author": "Shopify Inc.",
  "publishConfig": {
    "access": "public",
    "@shopify:registry": "https://registry.npmjs.org"
  },
  "sideEffects": false,
  "main": "build/cjs/index.js",
  "module": "build/esm/index.js",
  "types": "build/ts/index.d.ts",
  "files": [
    "build/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shopify/polaris-viz.git",
    "directory": "packages/polaris-viz-core"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/Shopify/polaris-viz/issues"
  },
  "directories": {
    "src": "src"
  },
  "dependencies": {
    "@react-spring/animated": "^9.4.5",
    "@react-spring/core": "^9.4.5",
    "d3-array": "^3.2.0",
    "d3-color": "^3.1.0",
    "d3-path": "^3.0.1",
    "d3-scale": "^4.0.2",
    "d3-shape": "^3.1.0"
  },
  "devDependencies": {
    "@shopify/react-testing": "^5.1.0",
    "@types/d3-array": "^3.0.3",
    "@types/d3-color": "^3.1.0",
    "@types/d3-scale": "^4.0.2",
    "@types/d3-shape": "^3.1.0",
    "@types/react-native": "^0.66.15"
  },
  "peerDependencies": {
    "react": "^16.14.0 || ^17.0.0 || ^18.0.0"
  },
  "gitHead": "9ec7b27bad7c84e155088d9fd7577b49307e71df"
}
