react-product-video-showcase
Version:
A React component to embed YouTube and Facebook product videos with full control options.
95 lines (94 loc) • 2.4 kB
JSON
{
"name": "react-product-video-showcase",
"version": "2.1.1",
"description": "A React component to embed YouTube and Facebook product videos with full control options.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./styles.css": "./dist/styles.css"
},
"files": [
"dist",
"dist/styles.css"
],
"scripts": {
"build:css": "tailwindcss -i src/styles/tailwind.css -o dist/styles.css --minify",
"build:injector": "ts-node src/scripts/generate-style-injector.cjs.ts",
"build": "npm run build:css && npm run build:injector && tsup",
"dev": "react-scripts start"
},
"devDependencies": {
"@swc/core": "^1.12.7",
"@types/estree": "^1.0.8",
"@types/fs-extra": "^11.0.4",
"@types/prop-types": "^15.7.15",
"@types/react": "^17.0.87",
"@types/react-dom": "^17.0.26",
"autoprefixer": "^10.4.21",
"fs-extra": "^11.3.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^5.0.1",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"tsup": "^8.5.0",
"typescript": "^4.9.5"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"keywords": [
"react",
"video",
"youtube",
"facebook",
"video embed",
"react video player",
"product video",
"ecommerce video",
"react component",
"react product video",
"product showcase",
"video showcase",
"video carousel",
"video slider",
"video lazy load",
"video autoplay",
"react swiper",
"react product slider",
"youtube embed",
"facebook embed",
"youtube player",
"facebook player"
],
"author": "Riajul Islam",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/riajulislam17/react-product-video-showcase"
},
"homepage": "https://react-product-video-showcase.vercel.app/",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"web-vitals": "^5.0.3"
}
}