{
  "name": "@politico/interactive-style-elections",
  "version": "1.4.6",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "repository": "https://github.com/The-Politico/politico-interactive-style-elections",
  "license": "MIT",
  "scripts": {
    "start": "webpack-dev-server --config config/webpack.dev.js",
    "build": "npm-run-all -s build-docs build-esm copy-index",
    "build-esm": "rollup --config config/rollup.esm.js",
    "preebuild-headshots": "babel --config-file ./config/babel.js src/bin --out-dir bin",
    "build-headshots": "babel-node --config-file ./config/babel.js  bin/headshots/index.js",
    "upload-headshots": "pib sync interactives.politico.com interactives/uploads/2020-elections/headshots/ .tmp-upload",
    "build-docs": "webpack --mode=production --config config/webpack.docs.js",
    "copy-index": "cp ./src/index.js ./dist/index.js"
  },
  "dependencies": {
    "@babel/node": "^7.4.5",
    "@fortawesome/fontawesome-svg-core": "^1.2.15",
    "@fortawesome/free-solid-svg-icons": "^5.7.2",
    "@fortawesome/react-fontawesome": "^0.1.4",
    "aws-sdk": "^2.464.0",
    "classnames": "^2.2.6",
    "d3-dsv": "^1.1.1",
    "d3-format": "^1.3.2",
    "date-fns": "^1.30.1",
    "ellipsize": "^0.1.0",
    "lodash": "^4.17.11",
    "modernizr": "^3.9.0",
    "moment": "^2.24.0",
    "parse-num": "^1.0.0",
    "politico-style": "^3.0.14",
    "prop-types": "^15.7.2",
    "randomstring": "^1.1.5",
    "react-collapse": "^4.0.3",
    "react-helmet": "^5.2.0",
    "react-id-swiper": "^2.1.1",
    "react-motion": "^0.5.2",
    "react-stickynode": "^2.1.1",
    "react-window": "^1.6.2",
    "swiper": "^4.5.0"
  },
  "peerDependencies": {
    "@politico/interactive-style": "latest",
    "react": "latest",
    "react-dom": "latest"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-proposal-class-properties": "^7.3.4",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-react": "^7.0.0",
    "@politico/eslint-config-interactives": "^0.0.5",
    "@politico/interactive-bin": "^1.0.0-beta.15",
    "@politico/interactive-style": "latest",
    "archiver": "^3.0.0",
    "babel-loader": "^8.0.5",
    "babel-plugin-webpack-alias": "^2.1.2",
    "bulma": "^0.7.4",
    "chalk": "^2.4.2",
    "copy-to-clipboard": "^3.0.8",
    "css-loader": "^2.1.0",
    "dotenv": "^8.0.0",
    "eslint": "^5.15.2",
    "file-loader": "^3.0.1",
    "fs-extra": "^8.0.1",
    "html-webpack-plugin": "^3.2.0",
    "jsx2jpg": "^0.0.4",
    "mini-css-extract-plugin": "^0.5.0",
    "node-fetch": "^2.6.0",
    "node-sass": "^4.11.0",
    "npm-run-all": "^4.1.5",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "portfinder": "^1.0.20",
    "postcss-modules-values": "^2.0.0",
    "prismjs": "^1.15.0",
    "react": "^16.8.3",
    "react-dom": "^16.8.3",
    "react-refractor": "^1.0.1",
    "refractor": "^2.6.2",
    "rollup": "^1.4.0",
    "rollup-plugin-alias": "^1.5.1",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-insert": "^0.2.0",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-node-resolve": "^4.0.1",
    "rollup-plugin-postcss": "^2.0.3",
    "s3": "^4.4.0",
    "sass-loader": "^7.1.0",
    "sharp": "^0.22.1",
    "slugify": "^1.3.4",
    "style-loader": "^0.23.1",
    "uglifyjs-webpack-plugin": "^2.1.2",
    "url-loader": "^1.1.2",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.2.3",
    "webpack-dev-server": "^3.2.1",
    "whatwg-fetch": "^3.0.0"
  }
}
