media-stream-player
Version:
Player built on top of media-stream-library
67 lines • 1.59 kB
JSON
{
"name": "media-stream-player",
"version": "13.3.3",
"license": "MIT",
"description": "Player built on top of media-stream-library",
"keywords": [
"video",
"live",
"streaming",
"rtsp",
"ip",
"camera"
],
"repository": {
"type": "git",
"url": "https://github.com/AxisCommunications/media-stream-library-js"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"types": "./dist/index.d.ts",
"main": "./dist/index-cjs.js",
"module": "./dist/index-esm.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index-cjs.js",
"import": "./dist/index-esm.js"
}
},
"files": [
"dist/**/*",
"LICENSE",
"README.md"
],
"dependencies": {
"@juggle/resize-observer": "3.4.0",
"debug": "4.3.6",
"react-hooks-shareable": "1.53.0"
},
"peerDependencies": {
"luxon": "^3.0.0",
"media-stream-library": "^13.3.3",
"react": "^17.0.2 || ^18.1.0",
"react-dom": "^17.0.2 || ^18.1.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/debug": "4.1.12",
"@types/luxon": "3.4.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/styled-components": "5.1.34",
"@vitejs/plugin-react": "4.3.1",
"chalk": "5.3.0",
"esbuild": "0.23.0",
"luxon": "3.5.0",
"media-stream-library": "^13.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"semver": "7.6.3",
"styled-components": "5.3.11",
"typescript": "5.5.4",
"vite": "5.4.0"
}
}