aleksandrchusovitin/frontend-project-lvl4

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hexlet/code",
  "version": "0.0.1",
  "description": "Analogue of 'Slack' chat",
  "main": "src/init.jsx",
  "type": "module",
  "engines": {
    "node": "14.x"
  },
  "scripts": {
    "test": "echo 'no tests for this project'",
    "prebuild": "rm -rf dist",
    "build": "NODE_ENV=production npx webpack --mode production",
    "start": "node bin/slack.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aleksandrchusovitin/frontend-project-lvl4.git"
  },
  "author": "Aleksandr Chusovitin",
  "license": "ISC",
  "homepage": "https://github.com/aleksandrchusovitin/frontend-project-lvl4#readme",
  "dependencies": {
    "@reduxjs/toolkit": "^1.6.2",
    "@rollbar/react": "^0.8.0",
    "axios": "^0.24.0",
    "bootstrap": "^5.1.3",
    "classnames": "^2.3.1",
    "core-js": "^3.12.1",
    "debug": "^4.3.1",
    "fastify": "^3.15.1",
    "fastify-formbody": "^5.0.0",
    "fastify-jwt": "^2.4.0",
    "fastify-secure-session": "^2.3.1",
    "fastify-sensible": "^3.1.1",
    "fastify-socket.io": "^2.0.0",
    "fastify-static": "^4.0.1",
    "formik": "^2.2.9",
    "http-errors": "^1.8.0",
    "i18next": "^20.6.1",
    "jquery": "^3.6.0",
    "leo-profanity": "^1.5.0",
    "lodash": "^4.17.21",
    "pino-pretty": "^4.8.0",
    "point-of-view": "^4.14.0",
    "popper.js": "^1.16.1",
    "pug": "^3.0.2",
    "react": "^17.0.2",
    "react-bootstrap": "^1.6.1",
    "react-dom": "^17.0.2",
    "react-i18next": "^11.12.0",
    "react-redux": "^7.2.6",
    "react-router-dom": "^6.0.2",
    "react-toastify": "^8.1.0",
    "regenerator-runtime": "^0.13.7",
    "rollbar": "^2.24.0",
    "socket.io": "^4.4.0",
    "socket.io-client": "^4.4.0",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@babel/cli": "^7.13.16",
    "@babel/core": "^7.14.0",
    "@babel/node": "^7.13.13",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/preset-env": "^7.14.1",
    "@babel/preset-react": "^7.13.13",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.2",
    "css-loader": "^5.2.4",
    "eslint": "^7.26.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-functional": "^3.2.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.23.2",
    "eslint-plugin-react-hooks": "^4.2.0",
    "file-loader": "^6.2.0",
    "mini-css-extract-plugin": "^1.6.0",
    "node-sass": "^6.0.0",
    "nodemon": "^2.0.7",
    "postcss-loader": "^5.2.0",
    "postcss-preset-env": "^6.7.0",
    "sass-loader": "^11.1.0",
    "style-loader": "^2.0.0",
    "url-loader": "^4.1.1",
    "webpack": "^5.37.0",
    "webpack-cli": "^4.7.0",
    "webpack-dev-server": "^3.11.2"
  }
}