proustibat/tic-tac-toe

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "prstbt-tictactoe",
  "version": "1.0.2",
  "main": "main.js",
  "repository": "git@github.com:proustibat/tic-tac-toe.git",
  "author": "Proustibat <proustibat@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "6.26.0",
    "babel-eslint": "8.2.2",
    "babel-loader": "7.1.2",
    "babel-polyfill": "6.26.0",
    "babel-preset-env": "1.6.1",
    "babel-preset-latest": "6.24.1",
    "chalk": "2.3.1",
    "clean-webpack-plugin": "0.1.18",
    "css-loader": "0.28.9",
    "eslint": "4.18.0",
    "eslint-config-eslint": "4.0.0",
    "eslint-config-standard": "11.0.0",
    "eslint-loader": "1.9.0",
    "eslint-plugin-import": "2.9.0",
    "eslint-plugin-node": "6.0.0",
    "eslint-plugin-standard": "3.0.1",
    "extract-text-webpack-plugin": "3.0.2",
    "favicons-webpack-plugin": "0.0.7",
    "file-loader": "1.1.7",
    "html-webpack-plugin": "2.30.1",
    "node-sass": "4.7.2",
    "path": "0.12.7",
    "raw-loader": "0.5.1",
    "sass-loader": "6.0.6",
    "standard": "11.0.0",
    "stylelint-config-standard": "18.1.0",
    "stylelint": "9.0.0",
    "style-loader": "0.20.2",
    "uglifyjs-webpack-plugin": "1.2.0",
    "stylelint-webpack-plugin": "0.10.2",
    "underscore-template-loader": "0.8.0",
    "url-loader": "0.6.2",
    "util": "0.10.3",
    "webpack": "3.11.0",
    "webpack-dev-server": "2.11.1",
    "webpack-merge": "4.1.1"
  },
  "scripts": {
    "start": "node build.js && webpack-dev-server --open  --config webpack.dev.js",
    "build": "node build.js && yarn lint:css && yarn lint:js && webpack --config webpack.prod.js",
    "lint:js": "eslint . --ext .js -c .eslintrc.js --fix",
    "lint:css": "stylelint 'src/styles/*.scss' --color --fix"
  },
  "dependencies": {
    "events": "2.0.0",
    "jquery": "3.3.1",
    "materialize-css": "0.100.2",
    "reset-css": "2.2.1",
    "spectrum-colorpicker": "1.8.0",
    "svg-loader-es6": "1.1.1"
  }
}