{
  "name": "@aibsweb/faceted-search-biccn",
  "version": "0.1.44",
  "description": "A generalized faceted search application. Used for BICCN",
  "keywords": [
    "search",
    "faceted",
    "aibs",
    "allen",
    "institute",
    "brain",
    "science"
  ],
  "homepage": "http://stash.corp.alleninstitute.org/projects/AIB/repos/faceted-search/browse",
  "bugs": {
    "url": "http://stash.corp.alleninstitute.org/projects/AIB/repos/faceted-search/browse"
  },
  "license": "SEE LICENSE IN LICENSE.txt",
  "contributors": [
    {
      "name": "Aaron Keel",
      "email": "Aaron.Keel@alleninstitute.org"
    },
    {
      "name": "Brandon Blanchard",
      "email": "brandonb@alleninstitute.org"
    },
    {
      "name": "Felix Lee",
      "email": "felixl@alleninstitute.org"
    },
    {
      "name": "Jim Vermillion",
      "email": "jim.vermillion@alleninstitute.org"
    },
    {
      "name": "Tim Dolbeare",
      "email": "TimD@alleninstitute.org"
    }
  ],
  "files": [
    "es",
    "lib",
    "scss"
  ],
  "main": "lib/index.prod.js",
  "repository": {
    "type": "git",
    "url": "http://brandonb@stash.corp.alleninstitute.org/scm/aib/faceted-search.git"
  },
  "scripts": {
    "start": "webpack-dev-server --host 0.0.0.0 --hot --config webpack.dev.config.js",
    "build": "npm run clean && npm run transpile:commonjs && npm run transpile:es",
    "build:prod": "webpack --mode production --config webpack.prod.config.js",
    "analyze": "webpack --mode production --config webpack.analyze.config.js",
    "clean": "rimraf static/dist/ es lib",
    "test": "jest",
    "lint": "node_modules/.bin/eslint src --ext .js,.jsx",
    "precommit": "lint-staged",
    "preversion": "npm run lint && npm run test",
    "postversion": "git commit -m \"Update version\" && git push",
    "storybook": "start-storybook -p 9001 -c .storybook",
    "transpile:commonjs": "BABEL_ENV=commonjs $(npm bin)/babel src --out-dir lib",
    "transpile:es": "NODE_ENV=production BABEL_ENV=es $(npm bin)/babel src --out-dir es",
    "version": "npm run build && git add ."
  },
  "config": {},
  "jest": {
    "moduleNameMapper": {
      "^.+\\.(css|less|scss)$": "babel-jest",
      "^react-virtualized/dist/es/": "react-virtualized"
    },
    "setupFiles": [
      "<rootDir>/tests/setup.js",
      "jest-canvas-mock"
    ]
  },
  "lint-staged": {
    "*.{js,jsx,css,md}": [
      "eslint --fix",
      "prettier --write --config .prettierrc.json",
      "git add"
    ]
  },
  "author": "Aaron Keel, Brandon Blanchard, Felix Lee, Tim Dolbeare",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/node": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@storybook/react": "^4.1.6",
    "apollo-boost": "^0.1.23",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.0.5",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "css-loader": "^2.1.0",
    "enzyme": "^3.8.0",
    "enzyme-adapter-react-16": "^1.7.1",
    "eslint": "^5.12.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^3.3.0",
    "eslint-config-react": "^1.1.7",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react": "^7.12.3",
    "graphql": "^14.0.2",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^1.3.1",
    "isomorphic-fetch": "^2.2.1",
    "jest": "^23.6.0",
    "jest-canvas-mock": "^2.0.0-alpha.3",
    "jest-transform-css": "^2.0.0",
    "jshint": "^2.9.7",
    "lint-staged": "^8.1.0",
    "mini-css-extract-plugin": "^0.5.0",
    "node-sass": "^4.11.0",
    "prettier": "^1.16.4",
    "prop-types": "^15.6.2",
    "react": "^16.7.0",
    "react-apollo": "^2.3.3",
    "react-dom": "^16.7.0",
    "react-test-renderer": "^16.7.0",
    "regenerator-runtime": "^0.13.1",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.23.1",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "webpack": "^4.28.1",
    "webpack-bundle-analyzer": "^3.0.3",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.2.1",
    "webpack-merge": "^4.2.1",
    "webpack-watch": "^0.2.0"
  },
  "dependencies": {
    "@babel/polyfill": "^7.2.5",
    "async": "^2.6.2",
    "custom-event-polyfill": "^1.0.6",
    "glob": "^7.1.3",
    "graphql-tag": "^2.10.1",
    "lodash": "^4.17.11",
    "plotly.js": "^1.44.4",
    "react-custom-scrollbars": "^4.2.1",
    "react-pivottable": "^0.9.0",
    "react-plotly.js": "^2.2.0",
    "react-virtualized": "^9.21.0",
    "snarkdown": "^1.2.2",
    "whatwg-fetch": "^3.0.0"
  },
  "peerDependencies": {
    "apollo-boost": "^0.1.23",
    "graphql": "^14.0.2",
    "react": "^16.7.0",
    "react-apollo": "^2.3.3",
    "react-dom": "^16.7.0"
  }
}
