{
  "name": "@instructure/ui-media-player",
  "version": "12.0.0",
  "description": "A cross-browser HTML5 media player.",
  "author": "Instructure, Inc. Engineering and Product Design",
  "main": "./es/index.js",
  "module": "./es/index.js",
  "scripts": {
    "lint": "ui-scripts lint",
    "lint:fix": "ui-scripts lint --fix",
    "clean": "ui-scripts clean",
    "build": "ui-scripts build --modules es",
    "build:watch": "ui-scripts build --modules es --watch"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.24.5",
    "@babel/plugin-proposal-decorators": "^7.24.1",
    "@babel/plugin-proposal-export-default-from": "^7.24.1",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-class-properties": "^7.24.1",
    "@babel/plugin-transform-classes": "^7.9.5",
    "@babel/plugin-transform-destructuring": "^7.24.5",
    "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
    "@babel/plugin-transform-object-rest-spread": "^7.24.5",
    "@babel/plugin-transform-optional-chaining": "^7.24.5",
    "@babel/plugin-transform-react-constant-elements": "^7.24.1",
    "@babel/plugin-transform-react-display-name": "^7.24.1",
    "@babel/plugin-transform-runtime": "^7.24.3",
    "@babel/preset-env": "^7.24.5",
    "@babel/preset-react": "^7.24.1",
    "babel-plugin-add-import-extension": "^1.6.0",
    "babel-plugin-dynamic-import-node": "^2.3.3",
    "babel-plugin-istanbul": "^6.1.1",
    "babel-plugin-macros": "^3.1.0",
    "babel-plugin-transform-ensure-ignore": "^0.1.0",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "babel-plugin-transform-undefined-to-void": "^6.9.4",
    "core-js": "^3.37.1"
  },
  "dependencies": {
    "@babel/runtime": "^7.24.5",
    "@instructure/emotion": "^11",
    "@instructure/ui-a11y-content": "^11",
    "@instructure/ui-a11y-utils": "^11",
    "@instructure/ui-buttons": "^11",
    "@instructure/ui-checkbox": "^11",
    "@instructure/ui-color-utils": "^11",
    "@instructure/ui-dom-utils": "^11",
    "@instructure/ui-drilldown": "^11",
    "@instructure/ui-icons": "^11",
    "@instructure/ui-menu": "^11",
    "@instructure/ui-popover": "^11",
    "@instructure/ui-range-input": "^11",
    "@instructure/ui-react-utils": "^11",
    "@instructure/ui-responsive": "^11",
    "@instructure/ui-spinner": "^11",
    "@instructure/ui-tooltip": "^11",
    "@instructure/ui-view": "^11",
    "@instructure/uid": "^11",
    "@vimeo/player": "^2.23.0",
    "prop-types": "^15.8.1",
    "screenfull": "5.2.0",
    "subtitle": "4.2.1",
    "ua-parser-js": "^1.0.37"
  },
  "peerDependencies": {
    "react": ">=16.8 <=18",
    "react-dom": ">=16.8 <=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "browserslist": [
    "last 2 chrome versions",
    "last 2 firefox versions",
    "last 2 edge versions",
    "last 2 ios versions",
    "last 2 opera versions",
    "last 2 safari versions",
    "last 2 ChromeAndroid versions"
  ],
  "gitHead": "dd661f1f4efb4f5691ef21fc3831e26b5538cdf9"
}
