{
  "name": "coincharts",
  "version": "2.2.1",
  "description": "Cryptocurrency Price Chart (GDAX)",
  "repository": "tohjustin/coincharts",
  "license": "MIT",
  "scripts": {
    "build": "source .env && react-scripts build",
    "eject": "react-scripts eject",
    "lint": "eslint src",
    "precommit": "npm run lint && lint-staged",
    "script:deploy": "scripts/deploy.sh",
    "script:downloadPriceData": "scripts/downloadPriceData.sh ./public/priceData",
    "start": "react-scripts start",
    "test:coverage": "npm run test -- --coverage --verbose",
    "test:watch": "TZ=America/Vancouver react-scripts test --env=jsdom",
    "test": "TZ=America/Vancouver CI=true react-scripts test --env=jsdom"
  },
  "dependencies": {
    "axios": "0.18.0",
    "currency-formatter": "1.4.2",
    "d3-array": "1.2.1",
    "d3-ease": "1.0.3",
    "d3-interpolate-path": "2.0.1",
    "d3-scale": "2.0.0",
    "d3-selection": "1.3.0",
    "d3-shape": "1.2.0",
    "d3-time-format": "2.1.1",
    "d3-transition": "1.1.1",
    "lodash.get": "4.4.2",
    "lodash.isequal": "4.5.0",
    "prop-types": "15.6.1",
    "raven-js": "3.24.2",
    "react": "16.3.2",
    "react-dom": "16.3.2",
    "react-ga": "2.5.0",
    "react-helmet": "5.2.0",
    "react-redux": "5.0.7",
    "react-responsive": "4.1.0",
    "react-scripts": "1.1.4",
    "redux": "4.0.0",
    "redux-saga": "0.16.0",
    "reselect": "3.0.1",
    "styled-components": "3.2.6"
  },
  "devDependencies": {
    "check-types": "7.3.0",
    "codecov": "3.0.0",
    "eslint-config-airbnb": "16.1.0",
    "eslint-config-prettier": "2.9.0",
    "eslint-plugin-prettier": "2.6.0",
    "eslint-plugin-react": "7.7.0",
    "husky": "0.14.3",
    "lint-staged": "7.0.4",
    "prettier": "1.12.1",
    "react-testing-library": "2.2.0"
  },
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "jest": {
    "collectCoverageFrom": [
      "!<rootDir>/node_modules/",
      "!src/registerServiceWorker.js",
      "!src/index.js",
      "src/**/*.{js,jsx}"
    ]
  },
  "prettier": {
    "printWidth": 120,
    "trailingComma": "all"
  }
}
