@vime/react
Version:
React bindings for the Vime media player.
70 lines (69 loc) • 1.58 kB
JSON
{
"name": "@vime/react",
"version": "5.4.1",
"description": "React bindings for the Vime media player.",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist/",
".scripts/"
],
"contributors": [
"Rahim Alwer <rahim.alwer@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/vime-js/vime.git"
},
"bugs": {
"url": "https://github.com/vime-js/vime/issues"
},
"scripts": {
"build": "run-s clean:build build:cjs build:esm",
"build:cjs": "tsc --target es5 --module commonjs --outDir dist/cjs",
"build:esm": "tsc --outDir dist/esm",
"build:watch": "npm run build:esm -- --watch --incremental",
"clean": "rimraf dist src/components",
"clean:build": "rimraf dist",
"postinstall": "node ./.scripts/validate.cjs"
},
"dependencies": {
"@seznam/compose-react-refs": "^1.0.4"
},
"devDependencies": {
"@vime/core": "workspace:*",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
},
"peerDependencies": {
"@vime/core": "5.4.1",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"vime",
"player",
"media",
"react",
"audio",
"video",
"html5",
"stenciljs",
"youtube",
"dailymotion",
"vimeo",
"hls",
"dash",
"custom"
]
}