{
  "name": "@launchpadlab/react-static",
  "description": "A progressive static site generator for React",
  "version": "7.0.9",
  "license": "MIT",
  "repository": "https://github.com/nozzle/react-static",
  "main": "lib/index.js",
  "types": "src/index.d.ts",
  "engines": {
    "node": ">=8.9.0"
  },
  "bin": {
    "react-static": "./bin/react-static"
  },
  "scripts": {
    "build": "rimraf lib && rimraf node_modules/react-static && babel src --out-dir lib --ignore '**/__tests__/*' -s",
    "watch": "rimraf lib && rimraf node_modules/react-static && babel -w src --out-dir lib --ignore '**/__tests__/*' -s",
    "start": "yarn watch",
    "test": "yarn format && yarn lint && yarn unitTest",
    "lint": "eslint src",
    "format": "prettier 'README.md' '{src,templates/*/src}/**/*.js' --write",
    "unitTest": "NODE_ENV=test yarn jest ./src",
    "unitTestWatch": "NODE_ENV=test yarn jest src --watch",
    "preversion": "yarn build && yarn test"
  },
  "dependencies": {
    "@babel/cli": "^7.1.5",
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-destructuring": "^7.1.3",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.1.5",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-stage-0": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@babel/runtime": "^7.1.5",
    "@hot-loader/react-dom": "^16.7.0-alpha.2.3",
    "@reach/router": "^1.2.1",
    "autoprefixer": "^9.4.3",
    "axios": "^0.18.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-loader": "^8.0.0",
    "babel-plugin-macros": "^2.4.3",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.20",
    "babel-plugin-universal-import": "^3.0.2",
    "case-sensitive-paths-webpack-plugin": "^2.1.2",
    "chalk": "^2.4.1",
    "chokidar": "^2.0.4",
    "circular-dependency-plugin": "^5.0.2",
    "cors": "^2.8.5",
    "css-loader": "^2.0.1",
    "download-git-repo": "^1.1.0",
    "extract-css-chunks-webpack-plugin": "^3.2.1",
    "file-loader": "2.0.0",
    "fs-extra": "^7.0.1",
    "git-promise": "^0.3.1",
    "glob": "^7.1.2",
    "gunzip-maybe": "^1.4.1",
    "html-webpack-plugin": "^3.2.0",
    "inquirer": "^6.1.0",
    "inquirer-autocomplete-prompt": "^1.0.1",
    "intersection-observer": "^0.5.1",
    "match-sorter": "^2.2.3",
    "minimist": "^1.2.0",
    "mutation-observer": "^1.0.3",
    "optimize-css-assets-webpack-plugin": "^5.0.0",
    "portfinder": "^1.0.20",
    "postcss-flexbugs-fixes": "^4.1.0",
    "postcss-loader": "^3.0.0",
    "pretty-error": "^2.1.1",
    "progress": "^2.0.1",
    "prop-types": "^15.6.1",
    "raf": "^3.4.1",
    "raw-loader": "^1.0.0",
    "react": "^16.8.1",
    "react-dev-utils": "^6.1.1",
    "react-dom": "^16.8.1",
    "react-helmet": "^5.2.0",
    "react-hot-loader": "^4.6.1",
    "react-universal-component": "^3.0.2",
    "resolve-from": "^4.0.0",
    "serve": "^10.1.1",
    "shorthash": "^0.0.2",
    "slash": "^2.0.0",
    "socket.io": "^2.1.1",
    "socket.io-client": "^2.1.1",
    "style-loader": "0.23.1",
    "swimmer": "^1.4.0",
    "tar-fs": "^1.16.3",
    "terser-webpack-plugin": "^1.2.2",
    "thread-loader": "^1.2.0",
    "upath": "^1.1.0",
    "url-loader": "^1.1.2",
    "webpack": "^4.25.1",
    "webpack-bundle-analyzer": "^3.0.3",
    "webpack-dev-server": "^3.1.10",
    "webpack-flush-chunks": "^2.0.1",
    "webpack-node-externals": "^1.7.2"
  },
  "devDependencies": {
    "@types/react": "^16.8.2",
    "@types/react-helmet": "^5.0.7",
    "babel-jest": "^23.6.0",
    "enzyme": "^3.8.0",
    "enzyme-adapter-react-16": "^1.7.1",
    "enzyme-to-json": "^3.3.4",
    "eslint": "^5.10.0",
    "eslint-config-prettier": "^3.3.0",
    "eslint-config-react-tools": "^1.0.0",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.12.4",
    "husky": "^1.2.1",
    "jest": "^23.6.0",
    "lerna": "^3.6.0",
    "prettier": "1.15.3",
    "rimraf": "^2.6.2"
  },
  "jest": {
    "verbose": true,
    "moduleDirectories": [
      "node_modules",
      "src"
    ],
    "testRegex": "(/__tests__/.*\\.(test))\\.jsx?$",
    "moduleNameMapper": {
      "static.config.js": "<rootDir>/src/static/__mocks__/static.config.mock.js",
      "./path/to/static.config": "<rootDir>/src/static/__mocks__/static.config.mock.jsx",
      "./path/to/static.config.js": "<rootDir>/src/static/__mocks__/static.config.mock.js",
      "./path/to/configWithPluginWithOptions.mock.js": "<rootDir>/src/static/__mocks__/configWithPluginWithOptions.mock.js"
    },
    "setupFiles": [
      "<rootDir>/setupTests.js"
    ],
    "snapshotSerializers": [
      "enzyme-to-json/serializer"
    ]
  },
  "gitHead": "ca9f2162257fe67a8b4ffcbb1350695345940da4",
  "peerDependencies": {
    "react-hot-loader": "^4.3.12"
  }
}
