timgentry/organogram

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "organogram",
  "version": "1.4.2",
  "description": "Displays an organogram using a radial Reingold–Tilford tree",
  "main": "dist/organogram.js",
  "scripts": {
    "lint": "standard",
    "build": "webpack --mode=production",
    "start": "webpack serve --open --mode=development",
    "watch": "webpack --watch --mode=development"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timgentry/organogram.git"
  },
  "author": {
    "name": "Tim Gentry",
    "url": "https://medium.com/@timgentry"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/timgentry/organogram/issues"
  },
  "homepage": "https://github.com/timgentry/organogram#readme",
  "devDependencies": {
    "css-loader": "^6.7.1",
    "package-preamble": "0.0.2",
    "sass": "*",
    "sass-loader": "^13.1.0",
    "standard": "^17.0.0",
    "style-loader": "^3.3.1",
    "to-string-loader": "^1.2.0",
    "webpack": "^5.72",
    "webpack-cli": "^4",
    "webpack-dev-server": "^4.4.0"
  },
  "dependencies": {
    "bytes": "^3.1.0",
    "d3": "^5.15.0",
    "d3-scale-chromatic": "^1.5.0",
    "jspdf-yworks": "^1.2.68",
    "loader-utils": "^2.0.3",
    "lodash": "^4.17.21",
    "svg2pdf.js": "1.0.3",
    "xlsx": "^0.18.5"
  },
  "resolutions": {
    "**/**/ansi-regex": "^6.0.1",
    "**/**/ansi-styles": "^4.3.0",
    "**/**/array-flatten": "^2.1.0",
    "**/**/bytes": "^3.1.0",
    "**/**/chalk": "^4.0.0",
    "**/**/loader-utils": "^2.0.3"
  },
  "standard": {
    "ignore": [
      "/dist/*"
    ]
  }
}