react-rabbit-carousel
Version:
A simple image carousel component where you can control
46 lines (45 loc) • 1.14 kB
JSON
{
"name": "react-rabbit-carousel",
"version": "1.1.0-beta",
"description": "",
"main": "dist/index.js",
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"scripts": {
"build": "npx babel src --out-dir dist",
"start": "npx babel src --watch --out-dir dist"
},
"author": "Manuel Cornejo (sr1994)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sr1994/react-rabbit-carousel.git"
},
"keywords": [
"carousel-simple react",
"carousel image react",
"image carousel react",
"react carousel",
"image",
"carousel",
"slider image",
"image slider",
"slider"
],
"bugs": {
"url": "https://github.com/sr1994/react-rabbit-carousel/issues"
}
}