UNPKG

@meetdhanani/react-image-carousel

Version:

A modern React Image Carousel component with smooth transitions and touch support

50 lines (49 loc) 1.35 kB
{ "name": "@meetdhanani/react-image-carousel", "version": "1.0.9", "description": "A modern React Image Carousel component with smooth transitions and touch support", "type": "module", "repository": { "type": "git", "url": "https://github.com/meetdhanani88/react-image-carousel" }, "homepage": "https://github.com/meetdhanani88/react-image-carousel#readme", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build:dev": "rollup -c --environment NODE_ENV:development", "build:prod": "rollup -c --environment NODE_ENV:production", "watch": "rollup -c -w --environment NODE_ENV:development", "prepare": "npm run build:prod" }, "keywords": [ "react", "carousel", "image-carousel", "slider", "component" ], "author": "", "license": "MIT", "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^20.11.19", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup": "^4.9.6", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.6.2", "typescript": "^5.3.3" } }