UNPKG

@harshiniravikumar/react-glide-carousel

Version:

A fully featured, customizable, and responsive carousel component with virtual scrolling and touch gestures

62 lines (61 loc) 1.45 kB
{ "name": "@harshiniravikumar/react-glide-carousel", "version": "1.1.1", "type": "module", "description": "A fully featured, customizable, and responsive carousel component with virtual scrolling and touch gestures", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "dev": "vite", "build": "tsc -p tsconfig.json && vite build", "build:lib": "vite build", "lint": "eslint .", "preview": "vite preview" }, "keywords": [ "react", "carousel", "slider", "swiper", "responsive", "typescript", "virtual-scrolling", "touch-gestures", "autoplay", "infinite-loop", "accessibility", "mobile-first", "performance", "animations", "customizable", "ui-components", "react-hooks", "smooth-transitions", "image-gallery", "product-carousel" ], "dependencies": { "react": "^19.1.1", "react-dom": "^19.1.1" }, "devDependencies": { "@eslint/js": "^9.33.0", "@types/node": "^24.3.0", "@types/react": "^19.1.10", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^5.0.0", "eslint": "^9.33.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "typescript": "~5.8.3", "typescript-eslint": "^8.39.1", "vite": "^7.1.2" } }