schneidmaster/debatevid.io

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "debatevid.io",
  "version": "1.0.0",
  "description": "A repository of debate videos.",
  "main": "index.js",
  "repository": "git+https://github.com:schneidmaster/debatevid.io.git",
  "author": "Zach Schneider <zach@schneid.io>",
  "license": "MIT",
  "scripts": {
    "start": "npm run dev",
    "dev": "TARGET=development webpack-dev-server --config config/webpack.babel.js",
    "build": "webpack --bail --config config/webpack.babel.js",
    "heroku-postbuild": "TARGET=production npm run build",
    "analyze": "TARGET=production BUNDLE_ANALYZE=true npm run build",
    "format": "prettier --write \"**/*.js\"",
    "lint": "eslint 'app/assets/**/*.js' 'config/**/*.js'"
  },
  "engines": {
    "node": ">=8.4.0",
    "yarn": ">= 1.0.0"
  },
  "dependencies": {
    "@babel/core": "^7.10.1",
    "@babel/polyfill": "^7.10.1",
    "@babel/preset-env": "^7.10.1",
    "@babel/preset-react": "^7.10.1",
    "@babel/register": "^7.10.1",
    "@sentry/browser": "^5.15.5",
    "asset-map-webpack-plugin": "^2.0.0",
    "autoprefixer": "^7.1.1",
    "babel-loader": "^8.1.0",
    "babel-plugin-transform-imports": "^1.4.1",
    "bootstrap": "^3.4.1",
    "classnames": "^2.2.5",
    "compression-webpack-plugin": "^4.0.0",
    "css-loader": "^3.5.3",
    "file-loader": "^6.0.0",
    "font-awesome": "^4.7.0",
    "humps": "^2.0.1",
    "immutable": "^3.8.1",
    "mini-css-extract-plugin": "^0.9.0",
    "number-abbreviate": "^2.0.0",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "postcss-loader": "^3.0.0",
    "postcss-nested": "^2.0.2",
    "postcss-simple-vars": "^4.0.0",
    "precss": "^2.0.0",
    "prop-types": "^15.5.10",
    "react": "^15.6.1",
    "react-bootstrap": "^0.31.2",
    "react-dom": "^15.6.1",
    "react-js-pagination": "^2.2.0",
    "react-on-rails": "^9.0.0-beta.10",
    "react-redux": "^5.0.6",
    "react-select": "^1.0.0-rc.5",
    "redux": "^3.7.2",
    "redux-form": "^7.0.3",
    "redux-immutable": "^4.0.0",
    "redux-thunk": "^2.2.0",
    "render-if": "^0.1.1",
    "stats-webpack-plugin": "^0.7.0",
    "style-loader": "^1.2.1",
    "terser-webpack-plugin": "^3.0.2",
    "webpack": "^4.43.0",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-cli": "^3.3.11",
    "webpack-sentry-plugin": "^2.0.3",
    "whatwg-fetch": "^2.0.3"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.3",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.9.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-react-hooks": "^2.3.0",
    "eslint-plugin-standard": "^4.0.1",
    "prettier": "^1.19.1",
    "webpack-dev-server": "^3.11.0"
  },
  "resolutions": {
    "js-yaml": "^3.14.0",
    "webpack": "^3.1.0"
  }
}