{
  "name": "@vidstack/player-react",
  "version": "1.6.0",
  "description": "Vidstack Player (React): Design a modern media player only using JSX and CSS.",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=16"
  },
  "files": [
    "dist/",
    "index.d.ts",
    "globals.d.ts"
  ],
  "sideEffects": false,
  "module": "./dist/client/index.js",
  "exports": {
    ".": {
      "node": "./dist/node/index.js",
      "default": "./dist/client/index.js"
    },
    "./package.json": "./package.json"
  },
  "contributors": [
    "Rahim Alwer <rahim.alwer@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vidstack/vidstack.git",
    "directory": "packages/player-react"
  },
  "bugs": {
    "url": "https://github.com/vidstack/vidstack/issues"
  },
  "scripts": {
    "pre:bundle": "pnpm run components",
    "bundle": "node ../../.scripts/bundle.js",
    "clean": "rimraf dist src/_components",
    "components": "node .scripts/react-components.js",
    "lint:eslint": "eslint src --fix",
    "lint:prettier": "prettier src --write --loglevel warn",
    "sandbox": "node ../../.scripts/sandbox.js",
    "sandbox:build": "vite build sandbox",
    "test": "vitest --run",
    "pre:types": "pnpm run components",
    "types": "node ../../.scripts/types.js",
    "watch": "run-p watch:bundle watch:types",
    "watch:bundle": "pnpm run bundle -w",
    "watch:test": "vitest --watch",
    "watch:types": "pnpm run types -w"
  },
  "dependencies": {
    "@lit-labs/ssr": "^2.2.0",
    "@vidstack/foundation": "1.6.0"
  },
  "peerDependencies": {
    "@vidstack/player": "1.6.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.20.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@vidstack/eliza": "workspace:*",
    "@vidstack/player": "workspace:*",
    "@vitejs/plugin-react": "^1.3.2",
    "express": "^4.18.1",
    "lit": "^2.1.3",
    "npm-run-all": "^4.1.5",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "rimraf": "^3.0.2",
    "type-fest": "^2.13.1",
    "typescript": "^4.5.4",
    "vite": "^2.9.12",
    "vitest": "^0.6.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "accessible",
    "audio",
    "components",
    "customizable",
    "dailymotion",
    "extensible",
    "file",
    "hls",
    "html5",
    "media",
    "plyr",
    "player",
    "react",
    "spec-compliant",
    "universal",
    "vds",
    "video",
    "vidstack",
    "vime",
    "vimeo",
    "web-component",
    "universal",
    "youtube"
  ]
}
