@glomex/integration-react
Version:
React component to integrate the glomex player
50 lines (49 loc) • 1.14 kB
JSON
{
"name": "@glomex/integration-react",
"version": "1.1473.2",
"description": "React component to integrate the glomex player",
"documentation": "https://docs.glomex.com",
"homepage": "https://glomex.com",
"keywords": [
"glomex",
"video",
"player",
"streaming",
"media-player",
"web-player",
"react"
],
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"LICENSE.md",
"dist/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"prepack": "npm run build",
"build": "rm -rf build && tsc --build",
"lint": "tsc --noEmit && biome ci",
"watch": "tsc --build --watch"
},
"dependencies": {
"@glomex/integration-web-component": "1.1473.2"
},
"peerDependencies": {
"preact": ">=10",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "catalog:",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"typescript": "catalog:"
},
"gitHead": "20c351cc40fab1bbdc7c268515f4a9df91753096"
}