{
  "name": "@openchemistry/girder-ui",
  "version": "0.0.45",
  "description": " ",
  "module": "esm/index.js",
  "files": [
    "esm/"
  ],
  "scripts": {
    "build": "babel src --out-dir esm"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenChemistry/oc-web-components.git"
  },
  "author": "Kitware, Inc.",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/OpenChemistry/oc-web-components/issues"
  },
  "homepage": "https://github.com/OpenChemistry/oc-web-components#readme",
  "dependencies": {
    "lodash-es": "^4.17.11",
    "moment": "^2.24.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.5",
    "@babel/core": "^7.1.6",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/preset-env": "^7.1.6",
    "@babel/preset-react": "^7.0.0"
  },
  "peerDependencies": {
    "@material-ui/core": "^3.0.0 || ^4.0.0",
    "@material-ui/icons": "^3.0.0 || ^4.0.0",
    "@openchemistry/girder-redux": "^0.0.22",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-redux": "^5.0.0 || ^6.0.0 || ^7.0.0",
    "redux": "^4.0.0",
    "redux-form": "^7.0.0 || ^8.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "75fda967079802b0c9f0d874e033e1a900ab9633"
}
