UNPKG

react-native-zoom-reanimated

Version:

Zoom component on react-native + react-native-reanimated + react-native-gesture-handler

49 lines (48 loc) 1.36 kB
{ "name": "react-native-zoom-reanimated", "version": "1.4.10", "description": "Zoom component on react-native + react-native-reanimated + react-native-gesture-handler", "keywords": [ "zoom", "react-native", "react-native-reanimated", "react-native-gesture-handler" ], "homepage": "https://github.com/kesha-antonov/react-native-zoom-reanimated", "repository": { "type": "git", "url": "react-native-zoom-reanimated" }, "license": "MIT", "author": "Kesha Antonov", "main": "src/index.tsx", "files": [ "README.md", "LICENSE", "package.json", "src/" ], "scripts": { "autofix": "eslint -c .eslintrc.js --ext .ts,.tsx --fix .", "bump": "npm version patch", "lint": "eslint -c .eslintrc.js --ext .ts,.tsx .", "publish": "npm publish", "_prepublishOnly": "jest && npm run lint", "test": "jest" }, "devDependencies": { "@react-native-community/eslint-config": "^3.2.0", "@types/react": "^18.2.45 || ^19.0.0", "@types/react-native": "^0.72.8", "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", "jest": "^29.7.0", "react-native-gesture-handler": "^2.14.0", "react-native-reanimated": "^3.6.1", "typescript": "^5.3.3" }, "peerDependencies": { "react-native-gesture-handler": "*", "react-native-reanimated": ">=2.0.0" } }