https://github.com/gxa/atlas-heatmap
Raw File
Tip revision: 8af9a695a9f556217fa69598ef4b2e5ceb3030a7 authored by Alfonso Muñoz-Pomer on 14 August 2017, 17:54:20 UTC
v3.3.10
Tip revision: 8af9a69
package.json
{
  "name": "expression-atlas-heatmap-highcharts",
  "version": "3.3.10",
  "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",
  "author": "Wojciech Bażant<wbazant@ebi.ac.uk>, Elisabet Barrera <barrera@ebi.ac.uk> and Alfonso Muñoz-Pomer Fuentes <amunoz@ebi.ac.uk>",
  "license": "Apache-2.0",
  "scripts": {
    "prepublishOnly": "rm -rf lib && babel src -d lib --ignore '**/*.less' --copy-files"
  },
  "repository": "https://github.com/gxa/atlas-heatmap",
  "dependencies": {
    "anatomogram": "latest",
    "color": "^2.0.0",
    "downloadjs": "^1.4.7",
    "expression-atlas-number-format": "latest",
    "he": "^1.1.1",
    "highcharts": "git://github.com/gxa/highcharts-dist.git",
    "highcharts-custom-events": "^2.0.16",
    "lodash": "^4.17.4",
    "object-hash": "^1.1.8",
    "prop-types": "^15.5.10",
    "rc-slider": "^8.3.1",
    "react": "^15.6.1",
    "react-bootstrap": "^0.31.2",
    "react-debounce-render": "^2.0.0",
    "react-dom": "^15.6.1",
    "react-ga": "^2.2.0",
    "react-highcharts": "^12.0.0",
    "react-refetch": "^1.0.0",
    "sanitize-html": "^1.14.1",
    "uncontrollable": "^4.1.0",
    "urijs": "^1.18.10"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-react": "^6.24.1",
    "clean-webpack-plugin": "^0.1.16",
    "css-loader": "^0.28.4",
    "file-loader": "^0.11.2",
    "image-webpack-loader": "^3.3.1",
    "imports-loader": "^0.7.1",
    "less": "^2.7.2",
    "less-loader": "^4.0.5",
    "style-loader": "^0.18.2",
    "webpack": "^3.4.1",
    "webpack-dev-server": "^2.6.1",
    "whatwg-fetch": "^2.0.3"
  }
}
back to top