yt-custom-player
Version:
> A library for styling and customizing the YouTube player in React.
44 lines (43 loc) • 977 B
JSON
{
"name": "yt-custom-player",
"version": "1.3.3",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "webpack --mode production",
"publish": "npm publish --access public"
},
"keywords": [
"react",
"youtube",
"player",
"biblioteca"
],
"repository": {
"type": "git",
"url": "https://github.com/mwndl/yt-custom-player-lib.git"
},
"author": "Marcos Wiendl",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"babel-loader": "^10.0.0",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@mui/material": "^6.4.8",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-icons": "^5.5.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}