{
  "name": "@preply/video",
  "version": "27.39.1",
  "description": "",
  "main": "dist/en/videoModule.js",
  "files": [
    "dist",
    "typings"
  ],
  "types": "typings/src/index.d.ts",
  "scripts": {
    "graphql:copy": "cp ../../../federation_schema/federation.graphql .",
    "graphql:gen": "mkdir -p ./graphql-schema && npm run merge-schemas && graphql-codegen",
    "start": "npm run graphql:copy && npm run graphql:gen && webpack-dev-server --mode development --env hostEndpoint=stage --env standalone=true",
    "start:local": "npm run graphql:copy && npm run graphql:gen && webpack-dev-server --mode development --env hostEndpoint=local --env standalone=true",
    "start:prod": "npm run graphql:copy && npm run graphql:gen && webpack-dev-server --mode development --env hostEndpoint=prod --env standalone=true",
    "build": "npm run graphql:gen && webpack --mode production --env hostEndpoint=prod && npm run build-typings",
    "build-typings": "rm -rf typings && tsc --outDir typings --emitDeclarationOnly --noImplicitAny false --allowJs false",
    "lint:es": "echo 'This command is deprecated and will be removed soon'",
    "lint:es:fix": "echo 'This command is deprecated and will be removed soon'",
    "lint:ts": "echo 'This command is deprecated and will be removed soon'",
    "lint:ts:fix": "echo 'This command is deprecated and will be removed soon'",
    "lint": "cd ../../../ && yarn lint",
    "lint:fix": "cd ../../../ && yarn lint --fix",
    "prepublishOnly": "npm ci && npm run build",
    "merge-schemas": "node ./scripts/mergeSchemas.js",
    "test": "jest --config jest/jest.config.json --rootDir .",
    "test:all:update": "jest --config jest/jest.config.json --rootDir . -u",
    "testResultsProcessor": "jest-junit",
    "test:watch": "jest --watch --config jest/jest.config.json --rootDir .",
    "test:watch:coverage": "jest --watchAll --coverage --config jest/jest.config.json --rootDir .",
    "translations": "npm run graphql:gen && webpack --mode development --env hostEndpoint=prod"
  },
  "lint-staged": {
    "src/**/*.js": [
      "npm run lint:fix",
      "git add"
    ]
  },
  "jest-junit": {
    "output": "jest-junit.xml"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@apollo/react-hooks": "3.1.3",
    "@datadog/browser-logs": "^2.5.3",
    "@preply/react-intl-copycat": "2.1.2",
    "@radix-ui/react-checkbox": "^1.0.4",
    "@radix-ui/react-dialog": "^1.0.4",
    "@radix-ui/react-dropdown-menu": "^2.0.6",
    "@radix-ui/react-popover": "^1.0.6",
    "@radix-ui/react-radio-group": "^1.1.3",
    "@radix-ui/react-select": "^1.2.2",
    "@radix-ui/react-slider": "^1.1.2",
    "@radix-ui/react-switch": "^1.0.3",
    "@radix-ui/react-tabs": "^1.0.4",
    "@radix-ui/react-toast": "^1.1.4",
    "@radix-ui/react-tooltip": "^1.0.6",
    "@sentry/browser": "^5.5.0",
    "apollo-cache-inmemory": "^1.3.11",
    "apollo-link": "^1.2.13",
    "apollo-link-error": "^1.1.12",
    "apollo-link-http": "^1.5.16",
    "bowser": "^1.6.0",
    "classnames": "^2.2.5",
    "date-fns": "^2.21.3",
    "date-fns-tz": "^1.1.4",
    "graphql": "^14.7.0",
    "graphql-anywhere": "4.1.22",
    "graphql-tag": "2.10.1",
    "less": "^4.2.0",
    "lodash": "^4.17.21",
    "lodash.flowright": "^3.5.0",
    "opentok-accelerator-core": "^2.0.15",
    "prop-types": "^15.5.10",
    "react-apollo": "^2.5.8",
    "react-confetti": "5.1.0",
    "react-draggable": "^4.4.6",
    "react-intl": "^6.6.2",
    "react-loadable": "^5.5.0",
    "react-rating": "^2.0.5",
    "react-responsive": "^8.0.2",
    "uuid": "^9.0.1"
  },
  "peerDependencies": {
    "@preply/ds-core": "0.88.0",
    "@preply/ds-core-types": "0.88.0",
    "@preply/ds-web-core": "0.88.0",
    "@preply/ds-web-lib": "0.88.0",
    "@preply/ds-web-root": "0.88.0",
    "@preply/ui": "7.0.0",
    "apollo-client": "^2.6.3",
    "react": "^15 || ^16 || ^18",
    "react-dom": "^15 || ^16 || ^18",
    "styled-components": "^4.1.3"
  },
  "devDependencies": {
    "@babel/core": "^7.24.4",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.24.3",
    "@babel/preset-env": "^7.24.4",
    "@babel/preset-react": "^7.24.1",
    "@babel/preset-typescript": "^7.24.1",
    "@babel/runtime": "^7.24.4",
    "@graphql-codegen/cli": "^2.16.5",
    "@graphql-codegen/fragment-matcher": "^2.0.1",
    "@graphql-codegen/typescript": "^2.8.8",
    "@graphql-codegen/typescript-compatibility": "^2.1.5",
    "@graphql-codegen/typescript-operations": "^2.5.13",
    "@graphql-codegen/typescript-react-apollo": "^2.3.1",
    "@preply/babel-plugin-react-intl-auto-id": "1.1.2",
    "@preply/ds-core": "0.88.0",
    "@preply/ds-core-types": "0.88.0",
    "@preply/ds-web-core": "0.88.0",
    "@preply/ds-web-lib": "0.88.0",
    "@preply/ds-web-root": "0.88.0",
    "@preply/ui": "7.0.0",
    "@svgr/webpack": "^5.5.0",
    "@types/classnames": "^2.2.9",
    "@types/graphql": "^14.0.3",
    "@types/jest": "26.0.9",
    "@types/lodash.flowright": "^3.5.9",
    "@types/react": "^18.2.56",
    "@types/react-dom": "^18.2.19",
    "@types/react-loadable": "^5.5.2",
    "@types/react-modal": "^3.2.1",
    "@types/react-responsive": "^8.0.2",
    "@types/recompose": "^0.27.0",
    "@types/resize-observer-browser": "^0.1.8",
    "@types/styled-components": "^4.4.3",
    "@types/uuid": "^9.0.8",
    "agora-rtc-sdk-ng": "^4.20.2",
    "amazon-chime-sdk-js": "^3.6.0",
    "apollo-client": "^2.6.3",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "23.4.2",
    "babel-loader": "^8.3.0",
    "babel-plugin-react-intl": "^8.2.25",
    "babel-plugin-require-context-hook": "^1.0.0",
    "babel-plugin-styled-components": "^2.1.4",
    "change-case": "^4.1.1",
    "clean-webpack-plugin": "^0.1.19",
    "copy-webpack-plugin": "^6.4.1",
    "css-loader": "^5.2.7",
    "enzyme": "^3.7.0",
    "enzyme-adapter-react-16": "^1.6.0",
    "fetch-mock": "^9.11.0",
    "file-loader": "^2.0.0",
    "fork-ts-checker-webpack-plugin": "^6.5.3",
    "html-webpack-plugin": "^4.5.2",
    "intl-messageformat-parser": "5.3.7",
    "jest": "^21.2.1",
    "jest-fetch-mock": "^1.7.5",
    "jest-junit": "^3.6.0",
    "jest-localstorage-mock": "^2.2.0",
    "jest-styled-components": "^5.0.1",
    "json-stringify-deterministic": "^1.0.1",
    "less-loader": "^4.1.0",
    "opentok-annotation": "^2.0.59",
    "opentok-archiving": "^1.0.19",
    "opentok-screen-sharing": "^1.0.35",
    "opentok-text-chat": "^1.0.36",
    "prettier": "^2.8.8",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router": "^5.0.0",
    "react-router-dom": "^5.0.0",
    "react-test-renderer": "^16.5.2",
    "script-ext-html-webpack-plugin": "^2.1.5",
    "style-loader": "^2.0.0",
    "styled-components": "^4.4.1",
    "ts-jest": "^22.4.6",
    "typescript": "4.4.3",
    "webpack": "^4.47.0",
    "webpack-bundle-analyzer": "^4.10.1",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.15.2",
    "webpack-node-externals": "^1.7.2",
    "write-file-webpack-plugin": "^4.5.1"
  }
}
