package.json

Summary

Maintainability
Test Coverage
{
  "name": "calc",
  "version": "1.0.0",
  "private": true,
  "description": "An estimator for hourly rates on professional services contracts",
  "dependencies": {
    "a11y-dialog": "2.5.2",
    "axe-core": "^2.1.7",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-jest": "^18.0.0",
    "babel-loader": "^7.1.4",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "bourbon-neat": "1.8.0",
    "cached-path-relative": "^1.0.2",
    "classnames": "^2.2.5",
    "d3-array": "^1.1.0",
    "d3-axis": "^1.0.5",
    "d3-format": "^1.0.2",
    "d3-scale": "^1.0.4",
    "d3-selection": "^1.0.4",
    "d3-timer": "1",
    "d3-transition": "^1.0.3",
    "del": "^2.2.1",
    "document-register-element": "^1.9.1",
    "dotenv": "^2.0.0",
    "enzyme": "^3.0.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "enzyme-to-json": "^3.3.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^17.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.9.0",
    "gulp": "^4.0.0",
    "gulp-clean-css": "2.4.0",
    "gulp-concat": "^2.6.0",
    "gulp-if": "^2.0.2",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^4.0.1",
    "gulp-sourcemaps": "1.6.0",
    "gulp-uglify": "^3.0.1",
    "gulp-util": "^3.0.7",
    "jest": "23.5.0",
    "jquery": "3.4.0",
    "prop-types": "^15.6.1",
    "raf": "^3.4.0",
    "rc-slider": "^8.6.1",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-loadable": "^5.3.1",
    "react-redux": "^5.0.0",
    "react-transition-group": "1.x",
    "redux": "^3.6.0",
    "redux-logger": "^2.7.4",
    "sinon": "2.1.0",
    "typescript": "^2.9.2",
    "uswds": "1.6.9",
    "vinyl-named": "^1.1.0",
    "webpack": "^4.4.1",
    "webpack-bundle-analyzer": "^3.3.2",
    "webpack-stream": "^4.0.3",
    "xhr": "^2.4.0"
  },
  "resolutions": {
    "lodash":"^4.17.12",
    "tar": "^4.4.2",
    "braces": "2.3.1",
    "cached-path-relative": "1.0.2",
    "mem": "^4.0.0",
    "chownr": "^1.1.0",
    "merge": "^1.2.1",
    "handlebars" :"^4.1.2",
    "js-yaml" :"^3.13.1",
    "mixin-deep" :"^2.0.1",
    "set-value" :"^3.0.1",
    "fstream" :"^1.0.12",
    "lodash.mergewith":"^4.6.2",
    "lodash.template":"4.5.0",
    "lodash-es":"4.17.14"
  },
  "scripts": {
    "gulp": "gulp",
    "eslint": "eslint --max-warnings 0 --ext .jsx --ext .js .",
    "typescript": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "analyze-webpack": "webpack-bundle-analyzer -h 0.0.0.0 ./frontend/static/frontend/built/js/stats.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/18F/CALC.git"
  },
  "author": "18F",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/18F/CALC/issues"
  },
  "homepage": "https://github.com/18F/CALC#readme",
  "engines": {
    "node": ">=6.14.4 <7.0",
    "npm": ">=3.10.0"
  },
  "jest": {
    "roots": [
      "frontend"
    ],
    "collectCoverage": true,
    "coverageReporters": [
      "lcov",
      "text",
      "html"
    ],
    "coverageDirectory": "./coverage/jest/",
    "setupTestFrameworkScriptFile": "./frontend/source/js/data-explorer/tests/setup.js"
  }
}