kasapvictor/frontend-project-lvl3

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hexlet/code",
  "version": "1.0.0",
  "description": "RSS reader",
  "main": "src/scripts/app.js",
  "type": "module",
  "scripts": {
    "build": "webpack --mode=production --node-env=production",
    "test": "echo \"Error: no test!\" && exit 1",
    "watch": "webpack --watch",
    "serve": "webpack serve --open"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hellion86/frontend-project-lvl3.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hellion86/frontend-project-lvl3/issues"
  },
  "homepage": "https://github.com/hellion86/frontend-project-lvl3#readme",
  "dependencies": {
    "axios": "^0.25.0",
    "bootstrap": "^5.1.3",
    "i18next": "^21.6.10",
    "lodash": "^4.17.21",
    "on-change": "^4.0.0",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@babel/core": "^7.16.7",
    "@babel/preset-env": "^7.16.8",
    "@jest/globals": "^27.4.6",
    "@webpack-cli/generators": "^1.1.0",
    "babel-loader": "^8.2.3",
    "css-loader": "^6.5.1",
    "eslint": "^8.7.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jest": "^25.7.0",
    "html-webpack-plugin": "^5.5.0",
    "jest": "^27.4.7",
    "sass-loader": "^12.4.0",
    "style-loader": "^3.3.1",
    "webpack": "^5.66.0",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.7.3",
    "prettier": "^2.6.1"
  }
}