{
  "name": "@flussonic/flussonic-dvr-player",
  "version": "26.5.6",
  "description": "Flussonic DVR player",
  "main": "dist/FlussonicDvrPlayer.js",
  "repository": {
    "type": "git",
    "url": "git@git.erlyvideo.ru:flussonic/dvr-с классическим UI player.git"
  },
  "author": "Max Lapshin <max@erlyvideo.org> (https://flussonic.com)",
  "license": "ISC",
  "scripts": {
    "start": "NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --env.development --mode development --hot --profile --progress --host 0.0.0.0",
    "start:dev": "yarn prestart && yarn start --config webpack.config.dev.js --http",
    "start:frontci": "webpack-dev-server --inline --content-base ./frontci",
    "prestart": "cat src/config.dev.json && echo 'Config exists' || cp src/config.dev.example.json src/config.dev.json",
    "build": "webpack --mode production",
    "build:stats": "NODE_OPTIONS=--openssl-legacy-provider webpack --profile --json --env.production --env.noSourceMap=true --mode production > dist/stats.json",
    "build:analyse": "webpack-bundle-analyzer dist/stats.json",
    "build:flussonic": "rm dvr3/* ; webpack --env.production --mode production --config webpack.config.embed.js --env.noSourceMap=true --env.outputPath=dvr3 --env.publicPath=/flu/dvr3/",
    "build:embed": "rm ../flussonic/wwwroot/flu/dvr3/* ; webpack --env.production --mode production --config webpack.config.embed.js --env.noSourceMap=true --env.outputPath=../flussonic/wwwroot/flu/dvr3/ --env.publicPath=/flu/dvr3/",
    "build:frontci": "webpack --config webpack.config.frontci.js --mode production",
    "build:watcher": "NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.config.watcher.js --mode production --env.noSourceMap=true",
    "build:watcher:ci": "webpack --config webpack.config.watcher.js --mode production",
    "test:ci": "jest --ci --reporters=default --reporters=jest-junit",
    "test": "jest  --watch --runInBand",
    "cypress": "cross-env CYPRESS_VERIFY_TIMEOUT=100000 && cypress open --e2e --browser chrome --env mode=development,environment=local",
    "cypress:local": "cypress open --env mode=development,environment=local",
    "cypress:ci": "npx cypress run --env mode=development",
    "schema:processing": "node src/apiGeneration/schemaProcessing.mjs"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npx lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{js,ts,jsx,tsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "src/**/*.{json,css,scss,md}": [
      "prettier --write"
    ]
  },
  "jest-junit": {
    "suiteName": "jest tests",
    "outputDirectory": "./logs/",
    "outputName": "junit.xml",
    "uniqueOutputName": "false",
    "classNameTemplate": "{classname}-{title}",
    "titleTemplate": "{classname}-{title}",
    "ancestorSeparator": " › ",
    "usePathForSuiteName": "true"
  },
  "devDependencies": {
    "@babel/core": "^7.8.7",
    "@babel/eslint-plugin": "^7.19.1",
    "@babel/plugin-proposal-class-properties": "^7.3.4",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
    "@babel/plugin-proposal-optional-chaining": "^7.21.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
    "@babel/plugin-transform-optional-chaining": "^7.27.1",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@babel/preset-env": "^7.21.4",
    "@babel/preset-react": "^7.9.4",
    "@babel/preset-typescript": "^7.21.5",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/jest": "^29.5.1",
    "@types/node": "^18.16.3",
    "@types/react": "^18.2.21",
    "@types/react-dom": "^18.2.7",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.59.9",
    "@typescript-eslint/parser": "^5.59.9",
    "@webpack-cli/serve": "^2.0.1",
    "babel-jest": "^26.0.1",
    "babel-loader": "^8.3.0",
    "clean-webpack-plugin": "^4.0.0",
    "compression-webpack-plugin": "~6",
    "copy-webpack-plugin": "6",
    "css-loader": "^3.2.0",
    "cy-verify-downloads": "^0.2.5",
    "cypress": "^12.17.0",
    "cypress-multi-reporters": "^1.6.3",
    "cypress-terminal-report": "^6.1.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "eslint": "^8.42.0",
    "eslint-config-airbnb": "^18.1.0",
    "eslint-config-prettier": "^6.3.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-import-resolver-webpack": "^0.12.1",
    "eslint-plugin-chai-friendly": "^0.7.2",
    "eslint-plugin-cypress": "^2.13.3",
    "eslint-plugin-deprecation": "^1.4.1",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jest": "^27.2.1",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react": "^7.22.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "file-loader": "^6.0.0",
    "html-loader": "^1.1.0",
    "html-webpack-plugin": "^4.5.2",
    "husky": "^1.2.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^26.0.1",
    "jest-junit": "^10.0.0",
    "mini-css-extract-plugin": "^1.6.2",
    "openapi-typescript": "^6.2.4",
    "prettier": "^2.0.5",
    "react-test-renderer": "^16.13.1",
    "sass": "^1.45.1",
    "sass-loader": "^8.0.2",
    "style-loader": "^1.0.0",
    "terser-webpack-plugin": "^1.4.5",
    "ts-loader": "^8.0.17",
    "typescript": "^5.1.3",
    "webpack": "^4.46.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "~3",
    "yarn-audit-fix": "^9.3.9"
  },
  "peerDependencies": {
    "@flussonic/flussonic-mse-player": "26.4.0-2-ga9c7672",
    "@flussonic/flussonic-webrtc-player": "^24.7.1-0-g20fa1ce",
    "axios": "^0.27.2",
    "core-js": "^3.37.1",
    "create-react-class": "^15.7.0",
    "file-saver": "^2.0.2",
    "hls.js": "1.5.13",
    "immutability-helper": "^2.8.1",
    "panzoom": "^9.2.1",
    "prop-types": "15.7.2",
    "querystring": "^0.2.0",
    "react": "~18",
    "react-dom": "~18",
    "url-polyfill": "^1.1.2",
    "whatwg-fetch": "^3.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.2",
    "@flussonic/flussonic-mse-player": "26.4.0-2-ga9c7672",
    "@flussonic/flussonic-webrtc-player": "^24.7.1-0-g20fa1ce",
    "axios": "^0.27.2",
    "classnames": "^2.5.1",
    "core-js": "^3.37.1",
    "create-react-class": "^15.7.0",
    "cross-env": "^7.0.3",
    "file-saver": "^2.0.2",
    "hls.js": "1.5.13",
    "i18next": "^23.5.1",
    "immutability-helper": "^2.8.1",
    "lint-staged": "^16.1.2",
    "panzoom": "^9.2.1",
    "prop-types": "15.7.2",
    "querystring": "^0.2.0",
    "ramda": "^0.29.0",
    "react": "~18",
    "react-copy-to-clipboard": "^5.1.0",
    "react-dom": "~18",
    "react-error-boundary": "^4.0.0",
    "react-i18next": "^12.2.2",
    "react-query": "^3.39.3",
    "recharts": "^3.3.0",
    "url-polyfill": "^1.1.2",
    "whatwg-fetch": "^3.0.0",
    "zustand": "^5.0.8"
  },
  "resolutions": {
    "cheerio": "1.0.0-rc.12"
  },
  "packageManager": "yarn@3.5.0+sha512.2dc70be5fce9f66756d25b00a888f3ca66f86b502b76750e72ba54cec89da767b938c54124595e26f868825688e0fe3552c26c76a330673343057acadd5cfcf2"
}
