{
  "name": "<<name>>",
  "private": true,
  "scripts": {
    "assets:pull": "node ./utils/deployment/pull-assets.js",
    "assets:push": "node ./utils/deployment/push-assets.js",
    "build": "node ./config/tasks/check-node-versions.js && NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production node ./config/scripts/build.js && npm run parse",
    "deploy": "node ./utils/deployment/deploy.js",
    "data:fetch": "node ./utils/fetch/get-data.js",
    "git-pre-commit": "precise-commits",
    "parse": "node ./config/tasks/check-node-versions.js && NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development node config/scripts/parse.js",
    "predeploy": "npm run build && npm run assets:push && npm run workspace:push",
    "preinstall": "node ./config/build/yarn-check.js",
    "serve": "npm start",
    "start": "node ./config/tasks/check-node-versions.js && NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development node ./config/scripts/develop.js",
    "workspace:pull": "node ./utils/deployment/pull-workspace.js",
    "workspace:push": "node ./utils/deployment/push-workspace.js"
  },
  "devDependencies": {
    "@babel/core": "^7.17.8",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-react-jsx": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-typescript": "^7.1.0",
    "@types/node": "^11.9.4",
    "ansi-colors": "^3.2.3",
    "archieml": "^0.4.1",
    "assets-webpack-plugin": "^6.1.2",
    "autoprefixer": "^10.4.2",
    "aws-sdk": "^2.372.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.0",
    "babel-plugin-macros": "^2.4.0",
    "browser-sync": "^2.23.5",
    "case-sensitive-paths-webpack-plugin": "^2.1.1",
    "clean-css": "^4.2.1",
    "clipboardy": "^1.2.2",
    "date-fns": "^1.28.5",
    "dlv": "^1.1.2",
    "eslint": "^5.14.1",
    "eslint-config-prettier": "^4.0.0",
    "eslint-config-standard-jsx": "^6.0.2",
    "eslint-loader": "^2.1.2",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react": "^7.12.4",
    "fast-async": "^7.0.6",
    "fast-glob": "^2.2.2",
    "fs-extra": "^7.0.0",
    "glob-watcher": "^5.0.3",
    "googleapis": "^99.0.0",
    "html-minifier": "^3.5.21",
    "imagemin": "^7.0.0",
    "imagemin-gifsicle": "^7.0.0",
    "imagemin-jpegtran": "^7.0.0",
    "imagemin-optipng": "^8.0.0",
    "imagemin-svgo": "^9.0.0",
    "journalize": "^2.1.0",
    "mime-types": "^2.1.17",
    "nunjucks": "^3.0.1",
    "postcss": "^8.4.12",
    "postcss-flexbugs-fixes": "^4.1.0",
    "prettier": "^1.12.1",
    "puppeteer": "^19.4.0",
    "purgecss": "^2.1.2",
    "quaff": "^4.0.0",
    "rev-file": "^3.0.0",
    "sass": "^1.13.4",
    "strip-ansi": "^5.0.0",
    "terser-webpack-plugin": "^1.0.2",
    "text-table": "^0.2.0",
    "typescript": "^3.1.6",
    "webpack": "^4.17.1",
    "webpack-dev-middleware": "^3.2.0",
    "webpack-format-messages": "^2.0.5"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "@newswire/frames": "^0.3.1",
    "@texastribune/queso-ui": "^10.4.0",
    "classnames": "^2.2.5",
    "core-js": "^2.5.7",
    "d3": "^5.0.0",
    "intersection-observer": "^0.5.0",
    "object-assign": "^4.1.1",
    "preact": "^8.4.1",
    "preact-compat": "^3.18.4",
    "promise-polyfill": "^8.0.0",
    "sass-mq": "^6.0.0",
    "whatwg-fetch": "^3.0.0"
  },
  "prettier": {
    "bracketSpacing": true,
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5"
  },
  "browserslist": ["> 0.5%", "last 2 versions", "Firefox ESR", "not dead"],
  "engines": {
    "node": ">=17.0.0"
  }
}
