{
    "name": "@washingtonpost/red-react-lib",
    "private": false,
    "scripts": {
        "build": "NODE_ENV=production rollup -c",
        "build:dev": "NODE_ENV=development rollup -c",
        "prebuild": "rimraf build",
        "storybook": "start-storybook -p 9001 -c .storybook",
        "test": "jest",
        "test:watch": "jest --watch",
        "docs": "jsdoc2md -t README.hbs src/**/*.js > README.md"
    },
    "peerDependencies": {
        "lodash": "^4.17.10",
        "qs": "^6.9.4",
        "react": "^16.8.6",
        "react-dom": "^16.8.6",
        "react-router-dom": "^5.2.0"
    },
    "devDependencies": {
        "@babel/cli": "^7.2.3",
        "@babel/core": "^7.2.2",
        "@babel/plugin-proposal-class-properties": "^7.2.3",
        "@babel/plugin-proposal-decorators": "^7.2.3",
        "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
        "@babel/plugin-proposal-function-sent": "^7.2.0",
        "@babel/plugin-proposal-json-strings": "^7.2.0",
        "@babel/plugin-proposal-numeric-separator": "^7.2.0",
        "@babel/plugin-proposal-throw-expressions": "^7.2.0",
        "@babel/plugin-syntax-dynamic-import": "^7.2.0",
        "@babel/plugin-syntax-import-meta": "^7.2.0",
        "@babel/preset-env": "^7.2.3",
        "@storybook/addon-actions": "^4.1.6",
        "@storybook/addon-storyshots": "^4.1.6",
        "@storybook/addon-storysource": "^4.1.6",
        "@storybook/react": "^4.1.6",
        "babel-core": "7.0.0-bridge.0",
        "babel-eslint": "^10.0.1",
        "babel-jest": "^23.6.0",
        "babel-loader": "^8.0.5",
        "babel-plugin-import": "^1.11.0",
        "babel-plugin-require-context-hook": "^1.0.0",
        "eslint": "^5.12.0",
        "eslint-config-prettier": "^3.3.0",
        "eslint-plugin-babel": "^5.3.0",
        "eslint-plugin-jest": "^22.1.2",
        "eslint-plugin-prettier": "^3.0.1",
        "eslint-plugin-react": "^7.12.3",
        "identity-obj-proxy": "^3.0.0",
        "jest": "^23.6.0",
        "jest-cli": "^23.6.0",
        "jsdoc-to-markdown": "^5.0.0",
        "lodash": "^4.17.10",
        "prettier": "^1.15.3",
        "qs": "^6.9.4",
        "react": "^16.8.6",
        "react-dom": "^16.8.6",
        "react-router-dom": "^5.2.0",
        "react-test-renderer": "^16.8.6",
        "rollup": "^1.15.3",
        "rollup-plugin-analyzer": "^3.0.1",
        "rollup-plugin-babel": "^4.3.2",
        "rollup-plugin-commonjs": "^10.0.0",
        "rollup-plugin-node-resolve": "^5.0.2",
        "rollup-plugin-postcss": "^2.0.3",
        "rollup-plugin-uglify": "^6.0.2",
        "webpack": "^4.28.4",
        "whatwg-fetch": "^3.0.0"
    },
    "main": "index.js",
    "jest": {
        "setupFiles": [
            "<rootDir>/.jest/register-context.js",
            "<rootDir>/.jest/register-fetch.js",
            "<rootDir>/.jest/register-wait.js"
        ],
        "collectCoverage": true,
        "coverageThreshold": {
            "global": {
                "branches": 100,
                "functions": 100,
                "lines": 100,
                "statements": 100
            }
        },
        "collectCoverageFrom": [
            "src/**/*.{js,jsx}",
            "!src/**/index.stories.js"
        ],
        "modulePaths": [
            "<rootDir>/src",
            "<rootDir>/node_modules"
        ],
        "transform": {
            "^.+\\.js?$": "babel-jest"
        }
    },
    "version": "2.0.8",
    "gitHead": "2c0b5e851b77298582711934b6735a56d46735f8"
}
