https://github.com/gxa/atlas-heatmap
Revision e50084bf1cf81f46f1c98248078a7499699a505d authored by Alfonso Muñoz-Pomer on 31 March 2017, 14:37:32 UTC, committed by Alfonso Muñoz-Pomer on 31 March 2017, 14:37:32 UTC
1 parent de5cff4
Raw File
Tip revision: e50084bf1cf81f46f1c98248078a7499699a505d authored by Alfonso Muñoz-Pomer on 31 March 2017, 14:37:32 UTC
Don’t show the coexpression slider if isWidget, but keep the coexpression state
Tip revision: e50084b
package.json
{
  "name": "expression-atlas-heatmap-highcharts",
  "version": "2.0.1",
  "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": "index.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": {
    "test": "mocha test"
  },
  "repository": "github.com/gxa/atlas-heatmap",
  "dependencies": {
    "anatomogram": "latest",
    "color": "0.11.3",
    "downloadjs": "1.4.6",
    "expression-atlas-number-format": "latest",
    "he": "1.1.0",
    "highcharts-custom-events": "2.0.10",
    "jquery": "2.2.1",
    "lodash": "4.17.4",
    "object-hash": "1.1.4",
    "rc-slider": "4.0.1",
    "react": "^15.4.2",
    "react-bootstrap": "0.30.7",
    "react-dom": "^15.4.2",
    "react-highcharts": "^11.5.0",
    "react-refetch": "^1.0.0",
    "react-tooltip": "https://github.com/gxa/react-tooltip/tarball/dist",
    "urijs": "^1.18.7",
    "whatwg-fetch": "^2.0.2"
  },
  "devDependencies": {
    "babel-core": "^6.14.0",
    "babel-loader": "^6.2.5",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-react": "^6.11.1",
    "clean-webpack-plugin": "^0.1.8",
    "css-loader": "^0.23.1",
    "file-loader": "^0.8.5",
    "image-webpack-loader": "^1.6.3",
    "imports-loader": "^0.6.5",
    "json-loader": "^0.5.4",
    "less": "^2.7.1",
    "less-loader": "^2.2.3",
    "mocha": "^3.0.2",
    "mocha-webpack": "^0.6.0",
    "request": "^2.75.0",
    "style-loader": "^0.13.0",
    "webpack": "^1.14.0",
    "webpack-dev-server": "^1.16.2"
  }
}
back to top