Загрузка данных


{
  "name": "@rshbintech.dboul/webchat-ui",
  "version": "0.0.0-local",
  "description": "Тестовые чаты для клиентов банка",
  "author": "Цифровая Технологическая Платформа",
  "private": true,
  "dependencies": {
    "@reduxjs/toolkit": "^1.8.6",
    "@rshbintech.ctp/webchat": "1.35.0",
    "@rshbintech.dboul/core-ui": "^2.19.3",
    "@rshbintech.dboul/http-client": "^1.4.0",
    "@rshbintech.dboul/http-webchat": "^1.8.0",
    "@rshbintech.dboul/icons": "^1.51.1",
    "@rshbintech.dboul/images": "^1.115.0",
    "@rshbintech.dboul/utils": "^2.2.5",
    "axios": "^1.1.3",
    "classnames": "^2.3.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-redux": "^8.0.4",
    "react-router-dom": "^6.4.2",
    "react-scripts": "5.0.0",
    "redux-thunk": "^2.4.1",
    "sass": "^1.55.0",
    "typescript": "^4.8.4",
    "web-vitals": "^3.0.4"
  },
  "devDependencies": {
    "@rshbintech.dboul/scripts": "^2.11.0",
    "@testing-library/jest-dom": "5.16.2",
    "@testing-library/react": "12.1.2",
    "@testing-library/user-event": "13.5.0",
    "@types/event-source-polyfill": "^1.0.0",
    "@types/jest": "27.4.1",
    "@types/node": "17.0.23",
    "@types/react": "^18.0.18",
    "@types/react-dom": "^18.0.6",
    "@types/react-router-dom": "^5.3.3",
    "cypress": "^10.11.0",
    "patch-package": "^8.0.1"
  },
  "resolutions": {
    "async": "3.2.6",
    "rollup": "4.24.4",
    "ejs": "3.1.10",
    "fork-ts-checker-webpack-plugin": "7.2.7"
  },
  "scripts": {
    "start": "rshb-scripts start",
    "build": "yarn build:package",
    "build:package": "API_URL=/api rshb-scripts build --max-old-space-size=4096",
    "build:service": "API_URL=/api rshb-scripts build --max-old-space-size=4096",
    "test": "echo \"No test specified\"",
    "prettier:write": "prettier --ignore-unknown --write",
    "eslint:check": "eslint",
    "eslint:fix": "eslint --fix",
    "typescript:check": "tsc --noEmit",
    "prepare": "husky",
    "postinstall": "node scripts/patch-dev-static.js"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "commitlint": {
    "extends": [
      "./node_modules/@rshbintech.dboul/scripts/dist/configs/commitlint"
    ]
  },
  "lint-staged": {
    "*": "yarn prettier:write",
    "*.{js,jsx,ts,tsx}": "yarn eslint:fix"
  },
  "proxy": "http://localhost:50008"
}