UNPKG

aharrfaris-custom-meadia-player-next.js

Version:

A media player adopted from reactjs-media for all media components in next.js. Video and Audio

58 lines (57 loc) 1.65 kB
{ "name": "aharrfaris-custom-meadia-player-next.js", "version": "1.0.2", "description": "A media player adopted from reactjs-media for all media components in next.js. Video and Audio", "main": "./lib/index.js", "scripts": { "build": "rollup -c" }, "peerDependencies": { "react": "^17.0.1", "react-dom": "^17.0.1" }, "dependencies": { "@babel/runtime": "^7.12.5", "@material-ui/core": "^4.11.3", "@material-ui/lab": "^4.0.0-alpha.57", "prop-types": "^15.7.2", "react-icons": "^4.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/aharrfaris/aharrfaris-custom-meadia-player-next.js.git" }, "keywords": [ "react", "media", "reactjs-media", "video", "video-component", "audio", "reactjs-audio" ], "author": "AharrFaris", "contributors": [ "AharrFaris <aharrfaris@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/aharrfaris/aharrfaris-custom-meadia-player-next.js/issues" }, "homepage": "https://github.com/aharrfaris/aharrfaris-custom-meadia-player-next.js#readme", "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/plugin-transform-runtime": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-commonjs": "^21.0.0", "babel-plugin-inline-react-svg": "^2.0.1", "rollup": "^2.58.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-styles": "^3.12.2", "rollup-plugin-svg-import": "^1.5.1" } }