react-slideshow-with-pagination
Version:
This is a fully responsive slideshow that can have pagination (numbers or dots) and arrows for changing screens.
52 lines (51 loc) • 1.52 kB
JSON
{
"name": "react-slideshow-with-pagination",
"version": "1.0.2",
"description": "This is a fully responsive slideshow that can have pagination (numbers or dots) and arrows for changing screens.",
"author": {
"name": "Farnaz Kakhsaz",
"email": "farnaz.kakhsaz@gmail.com",
"url": "https://github.com/farnaz-kakhsaz"
},
"main": "./lib/index.js",
"scripts": {
"build": "webpack"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"@material-ui/core": "^4.11.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@material-ui/core": "^4.11.2",
"babel-loader": "8.2.2",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-swipeable-views": "^0.13.9",
"webpack": "^4.44.2",
"webpack-cli": "^4.3.1",
"clean-webpack-plugin": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farnaz-kakhsaz/react-slideshow-with-pagination.git"
},
"keywords": [
"react",
"material-ui",
"react-swipeable-views",
"slideshow",
"pagination",
"react-slideshow-with-pagination"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/farnaz-kakhsaz/react-slideshow-with-pagination/issues"
},
"homepage": "https://github.com/farnaz-kakhsaz/react-slideshow-with-pagination#readme"
}