{
  "name": "harry-reporter",
  "version": "2.1.3",
  "description": "Reporter plugin for hermione",
  "main": "lib/index.js",
  "scripts": {
    "dev": "npm-run-all --parallel dev:core dev:static",
    "dev:core": "tsc -w",
    "dev:static": "cd src/static && cross-env GUI=true webpack-dev-server -d --config=webpack.dev.js",
    "build": "rm -rf lib && npm run build:core && npm run build:static",
    "build:core": "rm -rf lib && tsc",
    "build:static": "cd src/static && webpack -p --config=webpack.prod.js",
    "lint": "npm run lint:core && npm run lint:static",
    "lint:core": "tslint -p tsconfig.json -t stylish -e src/static",
    "lint:static": "tslint -p src/static/tsconfig.json -c src/static/tslint.json -t stylish 'src/static/**/*.ts?(x)'",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harry-reporter/harry-reporter.git"
  },
  "keywords": [
    "hermione",
    "plugin",
    "html-reporter"
  ],
  "contributors": [],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/harry-reporter/harry-reporter/issues"
  },
  "homepage": "https://github.com/harry-reporter/harry-reporter#readme",
  "devDependencies": {
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-conventional": "^7.1.2",
    "@commitlint/travis-cli": "^7.2.1",
    "@types/bluebird": "^3.5.24",
    "@types/classnames": "^2.2.6",
    "@types/express": "^4.16.0",
    "@types/fs-extra": "^5.0.4",
    "@types/json-stringify-safe": "^5.0.0",
    "@types/lodash": "^4.14.118",
    "@types/node": "^10.12.10",
    "@types/opener": "^1.4.0",
    "@types/react": "^16.7.9",
    "@types/react-dom": "^16.0.11",
    "@types/react-redux": "^6.0.10",
    "@types/react-virtualized": "^9.18.9",
    "@types/urijs": "^1.15.38",
    "app-module-path": "^2.2.0",
    "chai": "^4.2.0",
    "cross-env": "^5.2.0",
    "css-loader": "^1.0.1",
    "html-webpack-include-assets-plugin": "^1.0.6",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^1.2.0",
    "mini-css-extract-plugin": "^0.5.0",
    "mocha": "^5.2.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.15.3",
    "redux-devtools-extension": "^2.13.7",
    "sinon": "^7.1.1",
    "standard-version": "^4.4.0",
    "style-loader": "^0.23.1",
    "ts-loader": "^5.3.1",
    "tslint": "^5.11.0",
    "tslint-config-airbnb": "^5.11.1",
    "tslint-react": "^3.6.0",
    "typescript": "^3.1.6",
    "webpack": "^4.27.1",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.10",
    "webpack-merge": "^4.1.4"
  },
  "dependencies": {
    "@githubprimer/octicons-react": "^8.1.3",
    "axios": "^0.17.1",
    "bluebird": "^3.5.3",
    "body-parser": "^1.18.3",
    "chalk": "^2.4.1",
    "classnames": "^2.2.6",
    "express": "^4.16.4",
    "find-package-json": "^1.1.0",
    "fs-extra": "^7.0.1",
    "gemini-configparser": "^1.0.0",
    "git-url-parse": "^11.1.1",
    "json-stringify-safe": "^5.0.1",
    "lodash": "^4.17.11",
    "opener": "^1.5.1",
    "primer-alerts": "^1.5.11",
    "primer-base": "^1.9.0",
    "primer-box": "^2.5.11",
    "primer-buttons": "^2.6.2",
    "primer-forms": "^2.1.6",
    "primer-layout": "^1.6.0",
    "primer-navigation": "^1.5.9",
    "primer-pagination": "^1.0.5",
    "primer-utilities": "^4.14.1",
    "react": "^16.6.3",
    "react-clipboard.js": "^1.1.4",
    "react-dom": "^16.6.3",
    "react-highlight.js": "^1.0.7",
    "react-redux": "^5.1.1",
    "react-syntax-highlighter": "^10.1.2",
    "react-virtualized": "^9.21.0",
    "redux": "^4.0.1",
    "redux-thunk": "^2.3.0",
    "remote-origin-url": "^2.0.0",
    "reselect": "^4.0.0",
    "signal-exit": "^3.0.2",
    "styled-components": "^4.1.2",
    "styled-tools": "^1.6.0",
    "urijs": "^1.19.1"
  }
}
