UNPKG

react-smooth-carousel-dots

Version:

Custom Carousel Dots component to plug in to any your Carousels.

45 lines (44 loc) 1.29 kB
{ "name": "react-smooth-carousel-dots", "version": "0.0.2", "description": "Custom Carousel Dots component to plug in to any your Carousels.", "keywords": [ "carousel-dots", "dots", "carousel", "react-carousel-dots", "carousel-component" ], "homepage": "https://github.com/timelessco/smooth-carousel-dots#readme", "bugs": { "url": "https://github.com/timelessco/smooth-carousel-dots/issues" }, "repository": { "type": "git", "url": "git+https://github.com/timelessco/smooth-carousel-dots.git" }, "license": "MIT", "author": "Timeless <hello@timeless.co>", "sideEffects": false, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist", "src" ], "scripts": { "prebuild": "rimraf dist", "build": "concurrently yarn:build:*", "build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .js -d dist/cjs --source-maps", "build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .js -d dist/esm --source-maps", "prelint": " \"./**/*.{js,jsx,json}\"", "version": "yarn build" }, "peerDependencies": { "react": "16.x" }, "publishConfig": { "access": "public" }, "gitHead": "190147ddedd2ea688fb46e4417985e5b9175c3fa" }