UNPKG

@act-aks/rn-carousel

Version:

A performant, customizable carousel component for React Native with multiple animation types and TypeScript support.

52 lines (51 loc) 1.42 kB
{ "name": "@act-aks/rn-carousel", "version": "1.1.6", "type": "module", "main": "./dist/index.cjs.js", "module": "./dist/index.esm.js", "types": "./dist/index.esm.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/index.esm.d.ts", "default": "./dist/index.esm.js" }, "require": { "types": "./dist/index.cjs.d.ts", "default": "./dist/index.cjs.js" } } }, "files": [ "dist", "!*.tsbuildinfo" ], "keywords": [ "react-native-carousel", "rn-carousel", "carousel", "react-native", "mobile-carousel" ], "author": "Act-Aks", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Act-Aks/actlib.git", "directory": "packages/rn-carousel" }, "dependencies": { "react-native-reanimated": "3.17.5" }, "peerDependencies": { "react": ">=19", "react-native": ">=0.79" }, "scripts": { "typecheck": "tsc --noEmit", "prettier": "prettier --check --ignore-path ../../.prettierignore --ignore-unknown \"./**/*\"", "circular-deps": "dpdm ./**/*.{ts,tsx} --circular -T --tree false --warning false --exit-code circular:1" } }