mixassio/js-cinema

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "js-cinema-mixassio",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "babel-node": "babel-node",
    "test": "jest",
    "sequelize": "sequelize",
    "nodemon": "nodemon",
    "watch": "jest --watch",
    "gulp": "gulp",
    "start": "gulp server",
    "eslint": "eslint",
    "webpack": "webpack",
    "build": "npm run webpack -- -p --env production  && npm run sequelize db:migrate",
    "seeds": "npm run sequelize db:seed:all",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mixassio/js-cinema.git"
  },
  "author": "Mixassio",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mixassio/js-cinema/issues"
  },
  "homepage": "https://github.com/mixassio/js-cinema#readme",
  "dependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.3",
    "@babel/node": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.3.3",
    "@babel/plugin-proposal-decorators": "^7.3.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-stage-0": "^7.0.0",
    "@babel/register": "^7.0.0",
    "autoprefixer": "^9.4.8",
    "babel-loader": "^8.0.5",
    "bootstrap": "^4.3.1",
    "clean-webpack-plugin": "^1.0.1",
    "css-loader": "^2.1.0",
    "debug": "^4.1.1",
    "dotenv": "^6.2.0",
    "gulp": "^4.0.0",
    "gulp-cli": "^2.0.1",
    "jquery": "^3.3.1",
    "jquery-ujs": "^1.2.2",
    "koa": "^2.7.0",
    "koa-bodyparser": "^4.2.1",
    "koa-favicon": "^2.0.1",
    "koa-flash-simple": "0.0.3",
    "koa-generic-session": "^2.0.1",
    "koa-logger": "^3.2.0",
    "koa-methodoverride": "^2.0.0",
    "koa-mount": "^4.0.0",
    "koa-pug": "^3.0.0-2",
    "koa-router": "^7.4.0",
    "koa-static": "^5.0.0",
    "koa-views": "^6.1.5",
    "koa-webpack": "^5.2.1",
    "lodash": "^4.17.11",
    "mini-css-extract-plugin": "^0.5.0",
    "node-sass": "^4.11.0",
    "pg": "^7.8.1",
    "popper.js": "^1.14.7",
    "postcss-loader": "^3.0.0",
    "pug": "^2.0.3",
    "react": "^16.8.3",
    "react-dom": "^16.8.3",
    "rollbar": "^2.5.2",
    "sass-loader": "^7.1.0",
    "sequelize": "^4.42.0",
    "sequelize-cli": "^5.4.0",
    "socket.io": "^2.2.0",
    "sqlite3": "^4.0.6",
    "style-loader": "^0.23.1",
    "underscore": "^1.9.1",
    "webpack": "^4.29.5"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.1.0",
    "eslint": "^5.14.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-flowtype": "^3.4.2",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jest": "^22.3.0",
    "eslint-plugin-react": "^7.12.4",
    "faker": "^4.1.0",
    "jest": "^24.1.0",
    "jest-cli": "^24.1.0",
    "jest-supertest-matchers": "0.0.2",
    "nodemon": "^1.18.10",
    "supertest": "^3.4.2",
    "webpack-cli": "^3.2.3"
  }
}