UNPKG

react-native-reanimated-carousel

Version:

Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.

130 lines (129 loc) 3.67 kB
{ "name": "react-native-reanimated-carousel", "version": "4.0.3", "packageManager": "yarn@4.0.2", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "author": "Doho <zhaodonghao586@outlook.com> (https://github.com/dohooo)", "license": "MIT", "homepage": "https://rn-carousel.dev/", "repository": { "type": "git", "url": "git+https://github.com/dohooo/react-native-reanimated-carousel.git" }, "bugs": { "url": "https://github.com/dohooo/react-native-reanimated-carousel/issues" }, "keywords": [ "react-native", "ios", "android" ], "main": "lib/commonjs/index", "module": "lib/module/index", "react-native": "src/index.tsx", "types": "lib/typescript/index.d.ts", "source": "src/index", "files": [ "lib", "src" ], "scripts": { "gif": "node scripts/makegif.js ./scripts/gif-works-directory", "test": "jest run src/**/*", "test:dev": "jest dev src/**/* --watch", "test:ci": "jest run src/**/* --coverage --ci --runInBand --reporters=default --reporters=jest-junit", "types": "tsc --noEmit", "lint": "biome check .", "lint:fix": "biome check --write .", "format": "biome format .", "format:fix": "biome format --write .", "dev": "watch 'yarn prepare' ./src", "prepare": "bob build", "clean": "del-cli lib", "version": "changeset version", "precommit": "yarn lint:fix && yarn format:fix" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "react": ">=18.0.0", "react-native": ">=0.70.3", "react-native-gesture-handler": ">=2.9.0", "react-native-reanimated": ">=3.0.0" }, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-private-methods": "^7.18.6", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@biomejs/biome": "^1.9.4", "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "latest", "@commitlint/config-conventional": "^11.0.0", "@testing-library/jest-native": "^4.0.4", "@testing-library/react-hooks": "^8.0.0", "@testing-library/react-native": "^7.1.0", "@types/jest": "^29.2.5", "@types/react": "^18.2.15", "@types/react-native": "^0.66.16", "@types/react-test-renderer": "^18.0.7", "babel-plugin-module-resolver": "^4.1.0", "commitlint": "^11.0.0", "cz-conventional-changelog": "^3.3.0", "del-cli": "^5.0.0", "gifify": "^2.4.3", "husky": "^4.2.5", "jest": "^29.3.1", "jest-junit": "^16.0.0", "metro-react-native-babel-preset": "^0.77.0", "pod-install": "^0.1.0", "react": "18.2.0", "react-native": "0.74.5", "react-native-builder-bob": "^0.18.1", "react-native-gesture-handler": "~2.16.1", "react-native-reanimated": "~3.10.1", "react-native-web": "~0.19.10", "react-test-renderer": "^18.2.0", "sponsorkit": "^0.1.3", "typescript": "^5.5.4", "watch": "^1.0.2" }, "husky": { "hooks": { "pre-commit": "yarn precommit", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ], "rules": { "subject-case": [ 0 ], "type-case": [ 0 ] } }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "commonjs", { "babelrc": true } ], "module", "typescript" ] }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }