UNPKG

react-carousel-latest

Version:

Provides an image carousel React UI component.

69 lines (68 loc) 1.78 kB
{ "name": "react-carousel-latest", "version": "1.0.3", "description": "Provides an image carousel React UI component.", "source": "src/index.tsx", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git@github.com:droidbg/react-carousel.git" }, "bugs": { "url": "https://github.com/droidbg/react-carousel/issues" }, "homepage": "https://github.com/droidbg/react-carousel#readme", "keywords": [ "react", "carousal", "carousel", "react-carousel", "react-carousal", "3d-carousal", "gallery", "image-gallery", "slider", "responsive", "swipe", "mobile-friendly", "react-component", "view", "javascript", "typescript" ], "scripts": { "build:lib": "rm -rf ./dist && parcel build index.tsx --no-source-maps", "build": "npm run build:lib", "prepublishOnly": "npm run build", "prepublish": "rm -rf ./dist && npm run build", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint src/ test/" }, "author": "Binni G.", "license": "MIT", "peerDependencies": { "react": "15.x || 16.x || 17.x || 18.x || 19.x", "react-dom": "15.x || 16.x || 17.x || 18.x || 19.x" }, "dependencies": { "@emotion/is-prop-valid": "^1.3.1", "@types/node": "^22.14.0", "framer-motion": "^12.6.3", "lucide-react": "^0.487.0", "react-icons": "^5.5.0" }, "devDependencies": { "@parcel/packager-ts": "^2.14.4", "@parcel/transformer-typescript-types": "^2.14.4", "@tailwindcss/postcss": "^4.1.3", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.1", "parcel": "^2.14.4", "tailwindcss": "^4.1.3", "typescript": "^5.8.3" } }