@nulib/react-media-player
Version:
Viewer for audio, video and image file types driven by a IIIF manifest
73 lines (72 loc) • 2.14 kB
JSON
{
"name": "@nulib/react-media-player",
"version": "1.6.12",
"description": "Viewer for audio, video and image file types driven by a IIIF manifest",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/nulib/react-media-player.git"
},
"scripts": {
"build": "npm run clean && node build.js && tsc --emitDeclarationOnly --outDir dist",
"clean": "rimraf dist",
"dev": "node serve.js",
"test": "jest --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"IIIF",
"media player"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.0",
"@types/jest": "^27.0.2",
"@types/testing-library__react": "^10.2.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"chokidar": "^3.5.2",
"esbuild": "^0.12.28",
"esbuild-css-modules-plugin": "^2.0.9",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"jest": "^27.2.1",
"live-server": "^1.2.1",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"dependencies": {
"@hyperion-framework/parser": "^1.0.0",
"@hyperion-framework/types": "^1.0.0",
"@hyperion-framework/validator": "^1.0.0",
"@hyperion-framework/vault": "^1.0.2",
"@nulib/design-system": "^1.3.6",
"@radix-ui/react-collapsible": "^0.1.1",
"@radix-ui/react-radio-group": "^0.1.1",
"@radix-ui/react-tabs": "^0.1.1",
"@stitches/react": "^1.2.0",
"@types/openseadragon": "^2.4.8",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"hls.js": "^1.0.10",
"node-webvtt": "^1.9.3",
"openseadragon": "^2.4.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-error-boundary": "^3.1.4",
"uuid": "^8.3.2"
},
"files": [
"dist"
]
}