UNPKG

react-native-reanimated-image-viewer

Version:
68 lines (67 loc) 1.82 kB
{ "name": "react-native-reanimated-image-viewer", "version": "1.0.2", "description": "A image viewer for React Native created with Reanimated", "main": "./build/dist/index.js", "repository": { "type": "git", "url": "git@github.com:andresribeiro/react-native-reanimated-image-viewer.git" }, "author": "André Ribeiro", "bugs": "https://github.com/andresribeiro/react-native-reanimated-image-viewer/issues", "license": "MIT", "homepage": "https://github.com/andresribeiro/react-native-reanimated-image-viewer#readme", "keywords": [ "react-native", "react", "reanimated", "image", "image-viewer", "image-viewing", "viewer", "viewing", "pinch", "pan", "zoom", "double-tap", "rn", "typescript" ], "scripts": { "build": "cd lib && tsc && npm run copy:package", "lint": "rome check .", "lint:fix": "rome format . --write", "copy:package": "cpx '../package.json' '../build/dist/'" }, "simple-git-hooks": { "pre-commit": "pnpm lint", "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true" }, "config": { "commitizen": { "path": "cz-emoji" } }, "devDependencies": { "@commitlint/cli": "^17.4.0", "@commitlint/config-conventional": "^17.4.0", "@types/react": "^18.0.26", "@types/react-native": "^0.70.8", "commitizen": "^4.2.6", "cpx": "^1.5.0", "cz-emoji": "^1.3.2-canary.2", "react": "^18.1.0", "react-native": "^0.70.6", "react-native-gesture-handler": "^2.8.0", "react-native-reanimated": "^2.13.0", "rome": "^11.0.0", "simple-git-hooks": "^2.8.1", "typescript": "^4.9.4" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-gesture-handler": "*", "react-native-reanimated": "*" } }