{
  "name": "@hitobit/client",
  "version": "1.4.93",
  "private": false,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "!public",
    "!.husky",
    "__mocks__"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@microsoft/signalr": "^6.0.1",
    "@types/faker": "^5.5.9",
    "axios": "^0.27.2",
    "axios-mock-adapter": "1.20.0",
    "buffer": "^6.0.3",
    "cookies-next": "^2.1.1",
    "crypto-js": "3.3.0",
    "decimal.js": "^10.3.1",
    "faker": "^5.5.3",
    "hermes-channel": "^2.1.2",
    "hitobit-constants": "^0.3.0",
    "i18next": "^21.8.3",
    "lodash-es": "^4.17.21",
    "moment-jalaali": "^0.9.6",
    "react-hook-form": "^7.52.1",
    "react-hook-form-context": "^1.0.0",
    "react-i18next": "^11.16.9",
    "react-oidc-js": "^2.0.7",
    "react-principal": "^2.1.5",
    "react-signalr": "^0.2.14",
    "reactjs-view-core": "^2.1.0",
    "starkstring": "^0.4.4",
    "uuid": "^8.3.2"
  },
  "scripts": {
    "build": "rimraf dist && tsc -b",
    "test": "yarn build && cross-env TZ=UTC react-app-rewired test --silent --detectOpenHandles",
    "release": "yarn test -- --watchAll=false && yarn lint && yarn build && yarn publish",
    "lint": "eslint . --ext tsx,ts --quiet",
    "format": "prettier --write .",
    "compile": "tsc -b",
    "swagger": "yarn swag-ts && yarn format && yarn release"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^17.0.3",
    "@tanstack/react-query": "^4.19.1",
    "@testing-library/jest-dom": "^5.16.3",
    "@testing-library/react": "^13.0.0",
    "@testing-library/user-event": "^14.0.4",
    "@types/crypto-js": "^4.1.1",
    "@types/jest": "^26.0.15",
    "@types/lodash-es": "^4.17.6",
    "@types/moment-jalaali": "^0.7.5",
    "@types/node": "^12.0.0",
    "@types/nouislider": "15.0.0",
    "@types/qrcode.react": "^1.0.2",
    "@types/qs": "^6.9.7",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "@types/ua-parser-js": "^0.7.36",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.31.0",
    "@typescript-eslint/parser": "^5.31.0",
    "commitlint": "^17.0.3",
    "concurrently": "^6.3.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.30.1",
    "eslint-webpack-plugin": "^3.2.0",
    "husky": "^8.0.1",
    "lerna": "^5.3.0",
    "prettier": "^2.3.2",
    "prettier-plugin-jsdoc": "^0.3.38",
    "prettier-plugin-organize-imports": "^2.3.4",
    "react": "^18.1.0",
    "react-app-rewired": "^2.1.8",
    "react-dom": "^18.1.0",
    "react-native-device-info": "^10.2.0",
    "react-scripts": "^5.0.1",
    "reactjs-view-tests": "^2.0.0",
    "rimraf": "^3.0.2",
    "swagger-typescript": "6.3.2",
    "ts-jest": "^27.0.7",
    "typescript": "^4.7.4",
    "ua-parser-js": "^1.0.35"
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx}": "eslint --fix"
  },
  "eslintIgnore": [
    "dist/*"
  ],
  "resolutions": {
    "postman-to-openapi": "3.0.1"
  }
}
