{
  "name": "@arranger/components",
  "version": "2.19.4",
  "description": "Data Portal Components",
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepare": "rm -rf dist && mkdir dist && babel src --out-dir dist --copy-files",
    "watch": "babel src --out-dir dist --copy-files --watch",
    "build-storybook": "build-storybook -s ./public",
    "storybook": "start-storybook -p 8080 -c .storybook -s ./public",
    "dashboard": "STORYBOOK_DASHBOARD=true start-storybook -p 6060 -c .storybook -s ./public",
    "portal": "STORYBOOK_PORTAL=true start-storybook -p 7070 -c .storybook -s ./public",
    "test": "jest",
    "flow": "flow",
    "lint": "eslint src/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/overture-stack/arranger.git"
  },
  "author": "OICR",
  "license": "AGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/overture-stack/arranger/issues"
  },
  "homepage": "https://github.com/overture-stack/arranger#readme",
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.19.6",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.19.4",
    "@babel/plugin-proposal-optional-chaining": "^7.18.9",
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-flow": "^7.18.6",
    "@babel/preset-react": "^7.18.6",
    "@babel/register": "^7.18.9",
    "@storybook/addon-actions": "^3.3.8",
    "@storybook/addon-options": "^3.3.11",
    "@storybook/react": "^3.3.3",
    "babel-eslint": "^8.2.1",
    "babel-plugin-emotion": "^9.2.11",
    "eslint": "^4.1.1",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-flowtype": "^2.42.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-prettier": "^2.6.0",
    "eslint-plugin-react": "^7.6.1",
    "flow-bin": "^0.62.0",
    "react": "^16.12.0",
    "react-dom": "^16.3.0",
    "storybook-router": "^0.3.3"
  },
  "peerDependencies": {
    "react": "^16.12.0",
    "react-dom": "^16.3.0"
  },
  "dependencies": {
    "@arranger/mapping-utils": "^2.19.4",
    "@babel/polyfill": "^7.12.1",
    "ajv": "^6.1.1",
    "classnames": "^2.2.5",
    "convert-units": "^2.3.4",
    "date-fns": "^2.21.1",
    "downshift": "^1.23.2",
    "emotion": "^9.2.12",
    "filesize": "^3.5.11",
    "formik": "^0.11.11",
    "graphiql": "^0.11.11",
    "husky": "^4.3.0",
    "jsonpath": "^1.0.0",
    "lodash": "^4.17.20",
    "moment": "^2.21.0",
    "pluralize": "^7.0.0",
    "prettier": "^2.1.2",
    "pretty-quick": "^3.0.2",
    "ramda": "^0.26.1",
    "react-component-component": "^1.2.1",
    "react-datepicker": "^3.8.0",
    "react-grid-layout": "^0.16.5",
    "react-icons": "^2.2.7",
    "react-input-range": "^1.3.0",
    "react-router-dom": "^4.2.2",
    "react-scrollbar-size": "^2.1.0",
    "react-spinkit": "^3.0.0",
    "react-table": "6.8.6",
    "react-tippy": "^1.2.3",
    "react-toastify": "^3.3.2",
    "react-treeview": "^0.4.7",
    "recompose": "^0.30.0",
    "resolve-url": "^0.2.1",
    "rxjs": "^5.5.6",
    "semantic-ui-css": "^2.2.12",
    "semantic-ui-react": "^0.77.2",
    "url-join": "^4.0.0",
    "url-parse": "^1.2.0",
    "uuid": "^3.2.1"
  },
  "jest": {
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
      "\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
    },
    "testURL": "http://localhost/"
  },
  "prettier": {
    "printWidth": 100,
    "trailingComma": "all",
    "singleQuote": true
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "gitHead": "ae475530b3d581161ee13c480f8c52f2d1f034df"
}
