bensaufley/code-words-web

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "code-words-web",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "autoprefixer": "7.1.0",
    "axios": "^0.16.2",
    "babel-core": "6.24.1",
    "babel-eslint": "7.2.3",
    "babel-loader": "7.0.0",
    "babel-plugin-dynamic-import-node": "^1.0.2",
    "babel-plugin-istanbul": "^4.1.4",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.8",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react-app": "^3.0.0",
    "babel-runtime": "6.23.0",
    "case-sensitive-paths-webpack-plugin": "1.1.4",
    "chalk": "1.1.3",
    "css-loader": "0.28.1",
    "dotenv": "4.0.0",
    "eslint": "3.19.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-config-react-app": "^1.0.4",
    "eslint-loader": "1.7.1",
    "eslint-plugin-flowtype": "2.33.0",
    "eslint-plugin-import": "2.2.0",
    "eslint-plugin-jsx-a11y": "5.0.3",
    "eslint-plugin-react": "7.0.1",
    "express": "^4.15.4",
    "extract-text-webpack-plugin": "2.1.0",
    "file-loader": "0.11.1",
    "fs-extra": "3.0.1",
    "history": "^4.6.1",
    "html-webpack-plugin": "2.28.0",
    "js-cookie": "^2.1.4",
    "jwt-decode": "^2.2.0",
    "moment": "^2.18.1",
    "node-sass-chokidar": "^0.0.3",
    "object-assign": "4.1.1",
    "postcss-flexbugs-fixes": "3.0.0",
    "postcss-loader": "2.0.5",
    "promise": "7.1.1",
    "prop-types": "^15.5.10",
    "react": "^15.5.4",
    "react-dev-utils": "^3.0.0",
    "react-dnd": "^2.4.0",
    "react-dnd-html5-backend": "^2.4.1",
    "react-dom": "^15.5.4",
    "react-error-overlay": "^1.0.7",
    "react-redux": "^5.0.5",
    "react-router-dom": "^4.1.1",
    "react-router-redux": "next",
    "redux": "^3.6.0",
    "redux-form": "^6.8.0",
    "redux-thunk": "^2.2.0",
    "semantic-ui-css": "^2.2.11",
    "semantic-ui-react": "^0.71.1",
    "style-loader": "0.17.0",
    "sw-precache-webpack-plugin": "0.9.1",
    "url-loader": "0.5.8",
    "webpack": "2.6.1",
    "webpack-manifest-plugin": "1.1.0",
    "whatwg-fetch": "2.0.3"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "chai-change": "^2.1.2",
    "codeclimate-test-reporter": "^0.5.0",
    "cross-env": "^5.0.1",
    "enzyme": "^2.9.1",
    "faker": "^4.1.0",
    "jsdom": "^11.2.0",
    "jsonwebtoken": "^7.4.1",
    "mocha": "^3.4.2",
    "npm-run-all": "^4.0.2",
    "nyc": "^11.1.0",
    "pryjs": "^1.0.3",
    "react-addons-test-utils": "^15.6.0",
    "semantic-ui": "^2.2.11",
    "sinon": "^2.3.5",
    "sinon-chai": "^2.11.0",
    "uuid": "^3.1.0",
    "webpack-dev-server": "2.4.5"
  },
  "babel": {
    "presets": [
      "react-app"
    ]
  },
  "engines": {
    "node": "8.2.1"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "scripts": {
    "build": "npm run build-css && node scripts/build.js",
    "build-css": "node-sass-chokidar src/sass -o src/styles",
    "build-semantic": "gulp --gulpfile ./semantic/gulpfile.js build",
    "cov": "nyc npm test",
    "heroku-postbuild": "npm run build",
    "lint": "eslint . && scss-lint",
    "serve": "node server/index.js",
    "cov:show": "open ./coverage/lcov-report/index.html",
    "start": "npm-run-all -p watch-css watch-semantic start-js",
    "start-js": "node scripts/start.js",
    "test": "mocha --compilers js:babel-core/register",
    "test:watch": "npm test -- -w",
    "watch-css": "npm run build-css && npm run build-css -- --watch --recursive",
    "watch-semantic": "npm run build-semantic && gulp --gulpfile ./semantic/gulpfile.js watch"
  }
}