airbnb/caravel

View on GitHub
superset-frontend/plugins/legacy-preset-chart-nvd3/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@superset-ui/legacy-preset-chart-nvd3",
  "version": "0.18.25",
  "description": "Superset Legacy Chart - NVD3",
  "sideEffects": [
    "*.css"
  ],
  "main": "lib/index.js",
  "module": "esm/index.js",
  "files": [
    "esm",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/apache/superset.git",
    "directory": "superset-frontend/packages/legacy-preset-chart-nvd3"
  },
  "keywords": [
    "superset"
  ],
  "author": "Superset",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/apache/superset/issues"
  },
  "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-preset-chart-nvd3#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@data-ui/xy-chart": "^0.0.84",
    "d3": "^3.5.17",
    "d3-tip": "^0.9.1",
    "dompurify": "^3.1.3",
    "fast-safe-stringify": "^2.1.1",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "nvd3-fork": "^2.0.5",
    "prop-types": "^15.8.1",
    "urijs": "^1.19.11"
  },
  "peerDependencies": {
    "@superset-ui/chart-controls": "*",
    "@superset-ui/core": "*",
    "react": "^15 || ^16"
  }
}