airbnb/caravel

View on GitHub
superset-frontend/plugins/legacy-plugin-chart-horizon/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@superset-ui/legacy-plugin-chart-horizon",
  "version": "0.18.25",
  "description": "Superset Legacy Chart - Horizon",
  "keywords": [
    "superset"
  ],
  "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-horizon#readme",
  "bugs": {
    "url": "https://github.com/apache/superset/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apache/superset.git",
    "directory": "superset-frontend/packages/legacy-plugin-chart-horizon"
  },
  "license": "Apache-2.0",
  "author": "Superset",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "files": [
    "esm",
    "lib"
  ],
  "dependencies": {
    "d3-array": "^2.0.3",
    "d3-scale": "^3.0.1",
    "prop-types": "^15.8.1"
  },
  "peerDependencies": {
    "@superset-ui/chart-controls": "*",
    "@superset-ui/core": "*",
    "react": "^15 || ^16"
  },
  "publishConfig": {
    "access": "public"
  }
}