https://github.com/gxa/atlas-heatmap
Raw File
Tip revision: 46e9d88c18e268adb3a2110423d565aa974330a8 authored by Haider Iqbal on 21 August 2019, 16:08:25 UTC
5.2.7
Tip revision: 46e9d88
package.json
{
  "name": "expression-atlas-heatmap-highcharts",
  "version": "5.2.7",
  "description": "Expression Atlas Highcharts heatmap and boxplot of baseline and differential expression experiments from the Expression Atlas project (https://www.ebi.ac.uk/gxa)",
  "main": "lib/Main.js",
  "license": "Apache-2.0",
  "scripts": {
    "prepack": "rm -rf lib && babel src -d lib --ignore '**/*.less' --copy-files",
    "postversion": "npm publish",
    "postpublish": "git push && git push --tags"
  },
  "author": "Expression Atlas developers <atlas-developers@ebi.ac.uk>",
  "collaborators": [
    "Monica Jianu <monica@ebi.ac.uk>",
    "Lingyun Zhao <lingyun@ebi.ac.uk>",
    "Alfonso Muñoz-Pomer Fuentes <amunoz@ebi.ac.uk>",
    "Haider Iqbal <haideri@ebi.ac.uk>"
  ],
  "repository": "https://github.com/ebi-gene-expression-group/atlas-heatmap.git",
  "dependencies": {
    "anatomogram": "^2.1.2",
    "color": "^3.1.1",
    "downloadjs": "^1.4.7",
    "expression-atlas-disclaimers": "1.1.0",
    "expression-atlas-number-format": "^3.1.0",
    "he": "^1.2.0",
    "highcharts": "^6.2.0",
    "highcharts-custom-events": "^2.2.6",
    "lodash": "^4.17.11",
    "object-hash": "^1.3.1",
    "prop-types": "^15.7.2",
    "rc-slider": "^8.6.9",
    "react": "^16.8.6",
    "react-bootstrap": "^0.32.4",
    "react-debounce-render": "^5.0.0",
    "react-dom": "^16.8.6",
    "react-ga": "^2.5.7",
    "react-highcharts": "^16.0.2",
    "react-refetch": "^2.0.3",
    "sanitize-html": "^1.20.1",
    "styled-components": "^4.2.0",
    "uncontrollable": "^6.1.0",
    "urijs": "^1.19.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/polyfill": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "@babel/preset-react": "^7.0.0",
    "babel-loader": "^8.0.5",
    "clean-webpack-plugin": "^2.0.2",
    "eslint": "^5.16.0",
    "eslint-config-gene-expression": "^0.5.0",
    "file-loader": "^3.0.1",
    "image-webpack-loader": "^4.6.0",
    "imports-loader": "^0.8.0",
    "webpack": "^4.39.0",
    "webpack-cli": "^3.3.2",
    "webpack-dev-server": "^3.3.1",
    "whatwg-fetch": "^3.0.0"
  }
}
back to top