@afiniti/video-player-lite
Version:
React component for playing videos
53 lines (52 loc) • 1.38 kB
JSON
{
"name": "@afiniti/video-player-lite",
"version": "0.1.2",
"description": "React component for playing videos",
"license": "MIT",
"main": "lib/cjs/",
"module": "lib/",
"files": [
"lib/*"
],
"keywords": [
"npm",
"react",
"video",
"player",
"afiniti"
],
"scripts": {
"clean": "rimraf dist",
"compile": "rollup -c"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"gsap": "^3.0.0",
"plyr": "^3.6.8",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"node-sass": "^4.14.1",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@svgr/rollup": "^5.4.0",
"postcss-import": "^12.0.1",
"rollup": "^2.28.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-includepaths": "^0.2.4",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-terser": "^7.0.2"
}
}