UNPKG

react-overflow-slider

Version:

A customizable horizontal slider component for React with native scroll

86 lines (85 loc) 2.13 kB
{ "name": "react-overflow-slider", "version": "1.0.3", "description": "A customizable horizontal slider component for React with native scroll", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./dist/index.css": { "import": "./dist/index.css", "require": "./dist/index.css" } }, "scripts": { "dev": "vite", "build": "vite build", "prepublish": "tsup", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/iscars/react-overflow-slider.git" }, "keywords": [ "react", "react-slider", "slider", "carousel", "react-carousel", "overflow-slider", "horizontal-slider", "react-component", "react-ui", "react-scroll", "responsive-slider", "image-slider", "card-slider", "text-slider", "touch-slider", "smooth-scroll", "native-scroll" ], "author": "Albert Khabibullin", "license": "MIT", "peerDependencies": { "@babel/runtime": "^7.26.9", "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.26.9", "@eslint/js": "^9.13.0", "@types/node": "^22.9.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "esbuild-plugin-sass": "^1.0.1", "eslint": "^9.14.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.11.0", "prettier": "^3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", "sass": "^1.80.6", "tsup": "^8.3.6", "typescript": "^5.6.3", "typescript-eslint": "^8.14.0", "vite": "^5.4.10", "vite-plugin-eslint": "^1.8.1" } }