morphizm/frontend-project-lvl3

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "rss-morph",
  "version": "1.0.0",
  "description": "RSS feed in real-time",
  "keywords": [
    "RSS"
  ],
  "main": "dist/index.js",
  "scripts": {
    "eslint": "eslint",
    "build": "NODE_ENV=production npx webpack",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morphizm/frontend-project-lvl3.git"
  },
  "author": "morphizm",
  "license": "ISC",
  "files": [
    "dist"
  ],
  "bugs": {
    "url": "https://github.com/morphizm/frontend-project-lvl3/issues"
  },
  "homepage": "https://github.com/morphizm/frontend-project-lvl3#readme",
  "devDependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/core": "^7.10.3",
    "@babel/node": "^7.6.1",
    "@babel/preset-env": "^7.10.3",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.1.0",
    "css-loader": "^3.4.2",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.20.0",
    "html-webpack-plugin": "^3.2.0",
    "node-sass": "^4.14.1",
    "sass-loader": "^8.0.2",
    "style-loader": "^1.1.3",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.1.1",
    "webpack-dev-server": "^3.11.0"
  },
  "dependencies": {
    "bootstrap": "^4.4.1",
    "axios": "^0.19.2",
    "i18next": "^19.1.0",
    "lodash": "^4.17.15",
    "melanke-watchjs": "^1.5.0",
    "yup": "^0.28.1"
  }
}