{
  "name": "@gumuslab/clustergrammer",
  "version": "0.2.4",
  "description": "Clustergrammer with WebGL and regl for Javascript",
  "exports": "./dist/index.js",
  "main": "./dist/index.js",
  "files": [
    "dist/**/*"
  ],
  "engines": {
    "node": "^14.13.1 || >=16.0.0"
  },
  "scripts": {
    "watch": "webpack --watch",
    "lint": "eslint src/",
    "lint-fix": "eslint --fix src/",
    "prebuild": "rimraf dist",
    "build": "tsc",
    "start": "tsc -w",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GumusLab/clustergrammer"
  },
  "keywords": [
    "clustergrammer",
    "regl",
    "opengl",
    "clustering",
    "clustergram",
    "hierarchical",
    "visualization",
    "viz",
    "heatmap",
    "dendrogram",
    "gene expression"
  ],
  "author": "Nicolas Fernandez",
  "contributors": [
    "Kevin Ulrich"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/d3-drag": "^3.0.1",
    "@types/d3-scale": "^4.0.2",
    "@types/d3-selection": "^3.0.3",
    "@types/lodash": "^4.14.184",
    "@types/mathjs": "^9.4.2",
    "@types/underscore": "^1.11.4",
    "@typescript-eslint/eslint-plugin": "^5.33.1",
    "@typescript-eslint/parser": "^5.33.1",
    "babel-core": "^6.14.0",
    "babel-loader": "^8.2.5",
    "browser-sync": "^2.26.7",
    "browser-sync-webpack-plugin": "^2.3.0",
    "buffer": "^6.0.3",
    "eslint": "^8.22.0",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-typescript": "^3.4.2",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.0.0",
    "expose-loader": "^4.0.0",
    "file-loader": "^6.2.0",
    "prettier": "^2.7.1",
    "prettier-eslint": "^15.0.1",
    "transform-loader": "^0.2.4",
    "typescript": "^4.7.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.0.1",
    "@reduxjs/toolkit": "^1.8.5",
    "@types/uuid": "^8.3.4",
    "axios": "^1.1.3",
    "d3-drag": "^3.0.0",
    "d3-scale": "^4.0.2",
    "d3-selection": "^3.0.0",
    "d3-tip": "v0.9.1",
    "d3-v6-tip": "^1.0.9",
    "eases": "^1.0.8",
    "file-saver": "^2.0.5",
    "gl-mat4": "^1.1.4",
    "gl-vec4": "^1.0.1",
    "ify-loader": "^1.1.0",
    "lodash": "^4.17.21",
    "mathjs": "^11.1.0",
    "mouse-change": "^1.4.0",
    "mouse-event-offset": "3.0.2",
    "normalized-interaction-events": "2.0.1",
    "regl": "^1.3.7",
    "underscore": "1.8.3",
    "util-extend": "1.0.3",
    "uuid": "^9.0.0",
    "vectorize-text": "^3.2.1",
    "webworker-promise": "^0.5.0",
    "xtend": "^4.0.1"
  }
}