{
  "name": "@apolitical/styleguide",
  "version": "5.0.0",
  "description": "Collection of components for Apolitical",
  "main": "dist/umd.js",
  "scripts": {
    "audit": "audit-ci -h",
    "build": "webpack --config webpack.config.js --env lib",
    "build:analyze": "webpack --config webpack.config.js --env analyze",
    "build:styleguide": "styleguidist build -- --env production",
    "coverage": "codecov",
    "dev": "concurrently --names 'SRVR,TEST,LINT,FLOW,BUILD'  -c 'black.bgCyan.bold,bgBlue.bold,bgMagenta.bold,black.bgGreen.bold,black.bgWhite.bold' 'yarn  start' 'yarn  start:test' 'yarn  start:lint' 'yarn  start:flow' 'yarn  start:build'",
    "dev-lite": "concurrently --names 'SRVR,BUILD'  -c 'black.bgCyan.bold,black.bgWhite.bold' 'yarn  start' 'yarn  start:build'",
    "flow": "flow",
    "license": "license-checker --production --summary --onlyAllow \"MIT;ISC;BSD;Apache;Custom\"",
    "lint": "eslint --ext .jsx --ext .js src/",
    "prepublishOnly": "yarn  build",
    "quality": "concurrently --names 'TEST,LINT,FLOW' -c 'bgBlue.bold,bgMagenta.bold,black.bgGreen.bold' 'yarn  test' 'yarn  lint' 'yarn  flow'",
    "start": "styleguidist server -- --env development",
    "start:build": "nodemon --exec 'yarn  build || true'",
    "start:flow": "nodemon --exec 'yarn  flow || true'",
    "start:lint": "nodemon --exec 'yarn  lint || true'",
    "start:test": "yarn  test -- --watch",
    "test": "jest"
  },
  "pre-commit": [
    "flow",
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/apolitical/styleguide.git"
  },
  "author": "Apolitical Group Limited <engineering@apolitical.co>",
  "license": "MIT",
  "contributors": [
    "Anouska Hopkins <anouska.hopkins@apolitical.co>",
    "Antonio Cordasco <antonio.cordasco@apolitical.co>",
    "Daniel Mason <daniel.mason@apolitical.co>",
    "Fatimat Gbajabiamila <fatimat.gbajabiamila@apolitical.co>",
    "Huw Diprose <mail@huwdiprose.co.uk>",
    "James Smith <james@floppy.org.uk>",
    "John Field <john.field@gMail.com>",
    "Laura Hanna-White <laura.hanna-white@apolitical.co",
    "Renzo Rozza <renzo.rozza@apolitical.co>"
  ],
  "files": [
    "src/**",
    "dist/**",
    "CHANGELOG.md",
    "CODE_OF_CONDUCT.md",
    "CONTRIBUTING.md",
    "LICENSE",
    "README.md"
  ],
  "sideEffects": false,
  "bugs": {
    "url": "https://gitlab.com/apolitical/styleguide/issues"
  },
  "homepage": "https://gitlab.com/apolitical/styleguide",
  "dependencies": {
    "@apolitical/common-helpers-authors": "1.0.0",
    "@apolitical/common-helpers-dates": "1.0.0",
    "markdown-to-jsx": "^7.1.1",
    "react": "^16.12.0",
    "react-cookie": "^4.0.3",
    "react-emoji-render": "^1.2.2",
    "react-google-recaptcha": "^2.1.0",
    "react-uuid": "^1.0.2"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-modal": "^3.8.1",
    "react-router-dom": "^5.2.0",
    "styled-components": "^4.3.2",
    "supercluster": "^5.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-proposal-decorators": "^7.4.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/polyfill": "^7.4.4",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@testing-library/jest-dom": "5.14.1",
    "@testing-library/react": "11.2.7",
    "audit-ci": "^3.0.1",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^24.8.0",
    "babel-loader": "^8.0.6",
    "codecov": "^3.7.2",
    "concurrently": "^5.2.0",
    "deep-freeze": "^0.0.1",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "enzyme-to-json": "^3.4.0",
    "eslint": "^6.1.0",
    "eslint-config-airbnb": "^17.1.1",
    "eslint-plugin-flow-header": "^0.2.0",
    "eslint-plugin-flowtype": "^3.13.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-react-hooks": "^1.7.0",
    "flow-bin": "0.101.0",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^24.8.0",
    "license-checker": "^25.0.1",
    "matchmedia-polyfill": "^0.3.2",
    "nodemon": "^2.0.4",
    "pre-commit": "^1.2.2",
    "react-dom": "^16.9.0",
    "react-modal": "^3.9.1",
    "react-router-dom": "^5.0.1",
    "react-styleguidist": "11.1.5",
    "styled-components": "^4.3.2",
    "supercluster": "^5.0.0",
    "webpack": "^4.39.1",
    "webpack-bundle-analyzer": "^3.4.1",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.11.0"
  }
}
