{
  "name": "@phpb/video-react",
  "version": "1.1.9",
  "description": "Video-React is a web video player built from the ground up for an HTML5 world using React library.",
  "main": "lib/index.js",
  "typings": "dist/index",
  "types": "./index.d.ts",
  "style": "dist/video-react.css",
  "scripts": {
    "test": "BABEL_ENV=test jest",
    "test:watch": "BABEL_ENV=test jest --watch",
    "test:coverage": "BABEL_ENV=test jest --coverage",
    "start": "webpack-dev-server --live-reload",
    "build-docs": "cross-env WEBPACK_BUILD=production webpack --progress --colors",
    "build": "rollup -c",
    "prebuild": "cross-env BABEL_ENV=lib-dir babel src --out-dir lib --ignore src/__tests__/",
    "publish-release": "yarn prebuild && yarn build && yarn publish",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "format-all": "prettier --config .prettierrc.js --write \"src/**/*.{js,json,md,ts}\" \"docs/**/*.{js,json,md,ts}\" \"*.{js,json,md,ts}\"",
    "format-one": "prettier --config .prettierrc.js --write"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "**/*.{js,css,md}": [
      "yarn format-one",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phpb-com/video-react.git"
  },
  "files": [
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "lib",
    "dist",
    "styles",
    "index.d.ts",
    "tonic-example.js"
  ],
  "keywords": [
    "react",
    "video",
    "video-react",
    "react-video",
    "player",
    "component",
    "components",
    "react-component",
    "react-components",
    "react component",
    "react components",
    "ui"
  ],
  "contributors": [
    "Ian Matyssik",
    "Junmin Liu",
    "Mengdi Chen",
    "Tianxiao Wang",
    "Xincun Li",
    "Jing Sun",
    "Xiaolei Chen",
    "Xiangkun Yang"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/phpb-com/video-react/issues"
  },
  "homepage": "https://github.com/phpb-com/video-react#readme",
  "tonicExampleFilename": "tonic-example.js",
  "dependencies": {
    "@babel/runtime": "^7.4.5",
    "classnames": "^2.2.6",
    "lodash.throttle": "^4.1.1",
    "prop-types": "^15.7.2",
    "redux": "^4.0.1"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@babel/cli": "7.18.10",
    "@babel/core": "7.18.10",
    "@babel/eslint-parser": "7.18.9",
    "@babel/plugin-proposal-object-rest-spread": "7.18.9",
    "@babel/plugin-transform-modules-commonjs": "7.18.6",
    "@babel/plugin-transform-runtime": "7.18.10",
    "@babel/polyfill": "7.12.1",
    "@babel/preset-env": "7.18.10",
    "@babel/preset-react": "7.18.6",
    "@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
    "babel-jest": "28.1.3",
    "babel-loader": "8.2.5",
    "bootstrap": "5.2.0",
    "clean-webpack-plugin": "4.0.0",
    "conventional-changelog-cli": "2.2.2",
    "conventional-recommended-bump": "6.1.0",
    "copy-webpack-plugin": "11.0.0",
    "cross-env": "7.0.3",
    "css-loader": "6.7.1",
    "deep-freeze": "0.0.1",
    "ejs": "3.1.8",
    "enzyme": "3.11.0",
    "eslint": "8.22.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-jsx-a11y": "6.6.1",
    "eslint-plugin-react": "7.30.1",
    "file-loader": "6.2.0",
    "history": "5.3.0",
    "hls.js": "1.2.1",
    "holderjs": "2.9.9",
    "husky": "8.0.1",
    "jest": "28.1.3",
    "jest-environment-jsdom": "28.1.3",
    "json-loader": "0.5.7",
    "lint-staged": "13.0.3",
    "mini-css-extract-plugin": "2.6.1",
    "prettier": "2.7.1",
    "raw-loader": "4.0.2",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-helmet": "6.1.0",
    "react-prism": "4.3.2",
    "react-router": "6.3.0",
    "reactstrap": "9.1.3",
    "rollup": "2.78.1",
    "rollup-plugin-babel": "4.4.0",
    "rollup-plugin-babel-minify": "10.0.0",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-replace": "2.2.0",
    "rollup-plugin-sass": "1.2.13",
    "sass": "1.54.5",
    "sass-loader": "13.0.2",
    "sinon": "14.0.0",
    "static-site-generator-webpack-plugin": "3.4.2",
    "style-loader": "3.3.1",
    "terser-webpack-plugin": "5.3.5",
    "url-loader": "4.1.1",
    "webpack": "5.74.0",
    "webpack-cli": "4.10.0",
    "webpack-dev-server": "4.10.0"
  },
  "author": "Ian Matyssik <ian@phpb.com>",
  "private": false
}
