UNPKG

react-simply-carousel

Version:

A simple, lightweight, fully controlled isomorphic (with SSR support) React.js carousel component. Touch enabled and responsive. With support for autoplay and infinity options. Fully customizable

87 lines (86 loc) 2.51 kB
{ "name": "react-simply-carousel", "version": "9.1.11", "description": "A simple, lightweight, fully controlled isomorphic (with SSR support) React.js carousel component. Touch enabled and responsive. With support for autoplay and infinity options. Fully customizable", "files": [ "dist/" ], "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "sideEffects": false, "scripts": { "build": "rm -rf dist && yarn lint && rollup -c", "lint": "eslint . --ext .tsx", "prepare": "husky install", "prepublish": "yarn build", "check-types": "tsc --noEmit" }, "keywords": [ "react", "react-component", "react-carousel", "react-slider", "carousel", "slider", "carousel-component", "slider-component", "responsive-carousel", "touch-enabled-carousel", "infinite-carousel", "typescript-carousel", "typescript" ], "author": "Vadym Shymko <vadymshymko@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/vadymshymko/react-simply-carousel.git" }, "bugs": { "url": "https://github.com/vadymshymko/react-simply-carousel/issues" }, "homepage": "https://github.com/vadymshymko/react-simply-carousel#readme", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.1", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.21.0", "eslint": "^8.44.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^10.0.2", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": ">=6", "lint-staged": ">=13.1.0", "prettier": "3.5.3", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup": "^4.9.2", "tslib": "^2.5.0", "typescript": "5.8.2" }, "peerDependencies": { "@types/react": "^16.8 || ^17 || ^18 || ^19", "react": "^16.8 || ^17 || ^18 || ^19", "react-dom": "^16.8 || ^17 || ^18 || ^19" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "lint-staged": { "*.{js,jsx,tsx}": "eslint --cache --fix", ".": "prettier --write" }, "resolutions": { "semver": "^7.5.2" } }