{
  "name": "thundr-app",
  "version": "1.0.0",
  "description": "The A&R Scouting Application for the whitelist",
  "license": "private",
  "author": "Joel Leslie",
  "scripts": {
    "build": "react-scripts build",
    "env:web": "./scripts/make_env.js ${WL_APP_BACKEND:-candidate}",
    "upload:web": "aws s3 sync ./build s3://web.whtlst.in/ --acl='public-read' --metadata-directive=REPLACE --cache-control='max-age=30' ",
    "env:prod": "./scripts/make_env.js ${WL_APP_BACKEND:-prod}",
    "upload:prod": "aws s3 sync ./build s3://bot.whtlst.in/ --acl='public-read' --metadata-directive=REPLACE --cache-control='max-age=30' ",
    "start": "PORT=5933 react-scripts start",
    "test": "react-scripts test",
    "storybook": "start-storybook -p 5939 -s public",
    "build-storybook": "build-storybook -s public"
  },
  "dependencies": {
    "@auth0/auth0-spa-js": "^1.6.0",
    "amazon-cognito-identity-js": "^3.0.11",
    "amplitude-js": "^5.8.0",
    "color-hash": "^1.0.3",
    "everpolate": "0.0.3",
    "initials": "^2.1.5",
    "isomorphic-fetch": "^2.2.1",
    "lodash": "^4.11.1",
    "moment": "^2.14.1",
    "numeral": "^1.5.6",
    "object-hash": "^1.3.0",
    "polished": "^1.8.0",
    "pondjs": "0.8.7",
    "prop-types": "^15.6.2",
    "react": "^16.8.0",
    "react-autosuggest": "^9.3.4",
    "react-beautiful-dnd": "^12.2.0",
    "react-canvas-spark-line": "^0.1.0",
    "react-collapsible": "^2.0.4",
    "react-countup": "^3.0.3",
    "react-dimensions": "^1.3.0",
    "react-dom": "^16.8.0",
    "react-helmet": "^5.2.0",
    "react-image": "^1.4.1",
    "react-images": "^0.5.17",
    "react-modal": "^3.4.4",
    "react-pose": "^2.2.0",
    "react-radio-buttons": "^1.2.2",
    "react-redux": "^5.0.6",
    "react-router": "^5.1.2",
    "react-router-dom": "^5.1.2",
    "react-scripts": "3.0.1",
    "react-slider": "^0.11.2",
    "react-styled-flexboxgrid": "^2.1.0",
    "react-tabs": "^2.2.1",
    "react-timeseries-charts": "^0.15.4",
    "react-virtualized": "^9.12.0",
    "redux": "^3.5.1",
    "redux-thunk": "^2.2.0",
    "reselect": "^3.0.1",
    "s3": "^4.4.0",
    "styled-components": "^5.1.1",
    "url-loader": "^1.0.1",
    "victory": "^0.26.0"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "jest": {
    "watchPathIgnorePatterns": [
      "/node_modules/",
      "youtube.test.js",
      "whitelist.test.js",
      "spotify.test.js",
      "login.test.js",
      "spotify_settings.test.js"
    ]
  },
  "ignoreTheseOldDevDependencies": {
    "@babel/core": "^7.4.3",
    "@storybook/addon-actions": "^5.0.6",
    "@storybook/addon-links": "^5.0.6",
    "@storybook/addons": "^5.0.6",
    "@storybook/react": "^5.0.6",
    "babel-loader": "^8.0.5",
    "jest-fetch-mock": "^2.1.2",
    "prettier": "^1.16.4",
    "source-map-explorer": "^1.8.0"
  }
}
