{ "name": "cellxgene", "version": "0.0.1", "license": "MIT", "description": "cellxgene is a web application for the interactive exploration of single cell sequence data.", "repository": "https://github.com/chanzuckerberg/cellxgene", "scripts": { "build": "npm run clean && webpack --config configuration/webpack/webpack.config.prod.js", "dev": "npm run clean && webpack --config configuration/webpack/webpack.config.dev.js", "clean": "rimraf build", "start": "node server/development.js", "lint": "eslint src", "test": "jest" }, "engineStrict": true, "engines": { "npm": ">=3.0.0" }, "eslintConfig": { "extends": "./configuration/eslint/eslint.js" }, "nyc": { "sourceMap": false, "instrument": false }, "resolutions": { "eslint-scope": "3.7.1" }, "dependencies": { "canvas-fit": "^1.5.0", "d3": "^4.10.0", "d3-scale-chromatic": "^1.3.0", "font-color-contrast": "^1.0.3", "gl-mat4": "^1.1.4", "gl-matrix": "^2.7.1", "key-pressed": "0.0.1", "lodash": "^4.17.4", "memoize-one": "^4.0.0", "mouse-position": "^2.0.1", "mouse-pressed": "^1.0.0", "orbit-camera": "^1.0.0", "query-string": "^6.1.0", "react": "^16.4.2", "react-autocomplete": "^1.7.2", "react-dom": "^16.4.1", "react-helmet": "^5.2.0", "react-hot-loader": "^3.0.0-beta.7", "react-icons": "^2.2.7", "react-redux": "^5.0.6", "redbox-react": "^1.3.0", "redux": "^3.7.2", "redux-thunk": "^2.2.0", "regl": "^1.3.1", "scroll-speed": "^1.0.0", "urijs": "^1.19.0" }, "devDependencies": { "@babel/core": "^7.0.0-rc.1", "autoprefixer": "^9.1.1", "babel-core": "^6.13.2", "babel-eslint": "^8.2.6", "babel-jest": "^23.6.0", "babel-loader": "^7.1.2", "babel-plugin-istanbul": "^4.1.6", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-react-constant-elements": "^6.9.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-modern-browsers": "^11.0.1", "babel-preset-react": "^6.11.1", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.11.6", "babel-runtime": "^6.11.6", "chalk": "^1.1.3", "connect-history-api-fallback": "^1.3.0", "copy-webpack-plugin": "^4.0.1", "css-loader": "^1.0.0", "eslint": "^5.3.0", "eslint-config-airbnb": "^17.1.0", "eslint-loader": "^1.5.0", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jest": "^21.24.1", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.11.1", "express": "^4.14.0", "file-loader": "^1.1.11", "html-webpack-inline-source-plugin": "0.0.10", "html-webpack-plugin": "^3.2.0", "jest": "^23.5.0", "json-loader": "^0.5.4", "mini-css-extract-plugin": "^0.4.1", "nyc": "^13.0.1", "postcss-loader": "^2.1.6", "rimraf": "^2.5.4", "serve-favicon": "^2.3.0", "style-loader": "^0.22.1", "sw-precache-webpack-plugin": "^0.7.1", "url-loader": "^1.1.0", "webpack": "^4.16.0", "webpack-cli": "^3.1.0", "webpack-dev-middleware": "^3.1.3", "webpack-hot-middleware": "^2.22.3" }, "jest": { "testMatch": [ "**/__tests__/**/?(*.)(spec|test).js?(x)" ], "testURL": "http://localhost/" }, "babel": { "env": { "test": { "presets": [ [ "env" ], "react" ] } } } }