react-cp-youtube
Version:
YouTube player with custom controls implemented in React.
55 lines (54 loc) • 1.3 kB
JSON
{
"name": "react-cp-youtube",
"version": "0.6.1",
"description": "YouTube player with custom controls implemented in React.",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxiMittel/react-cp-youtube.git"
},
"keywords": [
"youtube",
"player",
"custom",
"controls",
"yt player",
"yt",
"iframe"
],
"author": "Maximilian Mittelhammer",
"license": "MIT",
"bugs": {
"url": "https://github.com/MaxiMittel/react-cp-youtube/issues"
},
"homepage": "https://github.com/MaxiMittel/react-cp-youtube#readme",
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@rollup/plugin-image": "^2.0.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.35.1",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.3"
},
"dependencies": {
"react-device-detect": "^1.15.0",
"react-full-screen": "^0.3.2-0",
"react-youtube": "^7.13.0"
}
}