xxphantom/frontend-project-lvl3

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hexlet/code",
  "version": "0.1.0",
  "description": "Training Project #3",
  "scripts": {
    "test": "jest --colors",
    "build": "rm -rf dist && NODE_ENV=production npx webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xxphantom/frontend-project-lvl3.git"
  },
  "author": "Dmitriy Gerasimov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/xxphantom/frontend-project-lvl3/issues"
  },
  "homepage": "https://github.com/xxphantom/frontend-project-lvl3#readme",
  "jest": {
    "verbose": true,
    "testURL": "http://localhost/"
  },
  "main": "src/app.js",
  "dependencies": {
    "@popperjs/core": "^2.9.2",
    "axios": "^0.21.1",
    "bootstrap": "^5.0.1",
    "i18next": "^20.1.0",
    "i18next-browser-languagedetector": "^6.1.0",
    "jquery": "^3.5.1",
    "lodash": "^4.17.20",
    "on-change": "^2.2.3",
    "popper.js": "^1.14.3",
    "yup": "^0.32.9"
  },
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "@jest/globals": "^26.6.2",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.6.1",
    "babel-loader": "^8.1.0",
    "css-loader": "^5.0.2",
    "debug": "^4.2.0",
    "eslint": "^7.12.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.0",
    "html-webpack-plugin": "^4.5.0",
    "jest": "^26.6.1",
    "jest-cli": "^26.6.1",
    "source-map-loader": "^3.0.0",
    "style-loader": "^2.0.0",
    "webpack": "^5.2.0",
    "webpack-cli": "^4.1.0",
    "webpack-dev-server": "^3.11.2"
  }
}