{
    "name": "@rs1/media-player",
    "version": "2.0.12",
    "keywords": [
        "react",
        "media",
        "player",
        "video",
        "audio",
        "streaming",
        "html5",
        "html5-video",
        "html5-audio",
        "html5-streaming",
        "html5-video-player",
        "html5-audio-player",
        "html5-streaming-player",
        "html5-video-player-react",
        "html5-audio-player-react",
        "html5-streaming-player-react",
        "react-component"
    ],
    "description": "A smart media player for React, for audio and video content.",
    "author": "RS1 Project",
    "license": "MIT",
    "homepage": "https://rs1.github.io/media-player/",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/RS1/media-player.git"
    },
    "main": "dist/index.js",
    "module": "dist/index.es.js",
    "types": "dist/index.d.ts",
    "source": "src/index.ts",
    "engines": {
        "node": ">=10"
    },
    "scripts": {
        "watch": "NODE_ENV=development rollup -c -w",
        "bundle": "NODE_ENV=production rollup -c"
    },
    "browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead",
    "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
        "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
    },
    "devDependencies": {
        "@babel/core": "^7.21.4",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
        "@babel/plugin-proposal-optional-chaining": "^7.21.0",
        "@babel/plugin-transform-runtime": "^7.21.4",
        "@babel/preset-env": "^7.21.4",
        "@babel/preset-react": "^7.18.6",
        "@babel/preset-typescript": "^7.21.4",
        "@babel/runtime": "^7.21.0",
        "@rollup/plugin-alias": "^5.0.0",
        "@rollup/plugin-babel": "^5.2.1",
        "@rollup/plugin-commonjs": "^16.0.0",
        "@rollup/plugin-node-resolve": "^10.0.0",
        "@rollup/plugin-replace": "^2.3.4",
        "@trivago/prettier-plugin-sort-imports": "^4.1.1",
        "@types/react": "^18.0.37",
        "@types/react-is": "^18.2.0",
        "@typescript-eslint/eslint-plugin": "^5.59.0",
        "@typescript-eslint/parser": "^5.59.0",
        "autoprefixer": "^10.4.14",
        "babel-eslint": "^10.0.3",
        "babel-plugin-module-resolver": "^5.0.0",
        "clsx": "^1.2.1",
        "core-js": "^3.6.5",
        "cssnano": "^6.0.0",
        "eslint": "^8.38.0",
        "eslint-config-prettier": "^8.8.0",
        "eslint-plugin-prettier": "^4.2.1",
        "eslint-plugin-react": "^7.32.2",
        "eslint-plugin-react-hooks": "^4.6.0",
        "postcss": "^8.4.22",
        "postcss-cli": "^10.1.0",
        "postcss-discard-comments": "^6.0.0",
        "postcss-import": "^15.1.0",
        "prettier": "^2.8.7",
        "prettier-plugin-tailwindcss": "^0.2.7",
        "react-is": "^18.2.0",
        "rollup": "^2.79.1",
        "rollup-plugin-postcss": "^4.0.2",
        "rollup-plugin-string": "^3.0.0",
        "rollup-plugin-terser": "^7.0.2",
        "rollup-plugin-ts": "^3.2.0",
        "tailwindcss": "^3.3.1",
        "tslib": "^2.5.0",
        "typescript": "^5.0.4"
    },
    "files": [
        "dist"
    ],
    "dependencies": {
        "transition-hook": "^1.5.2"
    }
}
