igor-starostenko/report_factory-web

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "report_factory-web",
  "version": "1.5.0",
  "description": "Web dashboard service for report_factory",
  "main": "index.jsx",
  "scripts": {
    "build": "webpack -p --config=webpack.prod.js --mode production",
    "dev": "webpack-dev-server --config=webpack.dev.js",
    "format": "eslint src cypress server --ext js,jsx --fix",
    "lint": "eslint --color src cypress server --ext js,jsx",
    "precommit": "precise-commits",
    "start": "node server",
    "test": "jest",
    "cypress-open": "cypress open"
  },
  "husky": {
    "hooks": {
      "pre-commit": "precise-commits"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/igor-starostenko/report_factory-web.git"
  },
  "keywords": [
    "tests",
    "reports",
    "rspec",
    "mocha",
    "javascript",
    "react",
    "redux"
  ],
  "author": "Igor Starostenko",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/igor-starostenko/report_factory-web/issues"
  },
  "homepage": "https://github.com/igor-starostenko/report_factory-web#readme",
  "eslintIgnore": [
    "bundle.js"
  ],
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "acorn": "^6.1.1",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.5.0",
    "babel-plugin-module-resolver": "^3.2.0",
    "cypress": "^3.2.0",
    "eslint": "^5.15.2",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-import-resolver-babel-module": "^5.0.1",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-lodash": "^5.1.0",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react": "^7.12.4",
    "husky": "^1.3.1",
    "jest": "^24.5.0",
    "jest-cli": "^24.5.0",
    "listr": "^0.14.3",
    "precise-commits": "^1.0.2",
    "prettier": "^1.16.4",
    "prop-types": "^15.7.2",
    "webpack-dev-server": "^3.2.1"
  },
  "dependencies": {
    "@babel/core": "^7.4.0",
    "@babel/preset-env": "^7.4.2",
    "@babel/preset-react": "^7.0.0",
    "babel-loader": "^8.0.5",
    "bootstrap": "^4.3.1",
    "chart.js": "^2.8.0",
    "css-loader": "^2.1.1",
    "express": "^4.16.4",
    "express-http-proxy": "^1.5.1",
    "history": "^4.9.0",
    "js-cookie": "^2.2.0",
    "lodash": "^4.17.11",
    "morgan": "^1.9.1",
    "react": "^16.8.4",
    "react-chartjs-2": "^2.7.4",
    "react-dom": "^16.8.4",
    "react-redux": "^5.1.1",
    "react-router-dom": "^5.0.0",
    "react-transition-group": "^2.6.1",
    "reactstrap": "^7.1.0",
    "redux": "^4.0.1",
    "redux-actions": "^2.6.5",
    "redux-form": "^7.4.2",
    "redux-promise": "^0.6.0",
    "style-loader": "^0.23.1",
    "uglifyjs-webpack-plugin": "^2.1.2",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.3.0",
    "webpack-merge": "^4.2.1"
  }
}