UNPKG

pager-view

Version:

A wrapper that works on multiple platforms: Android, iOS, and Web

77 lines (76 loc) 1.66 kB
{ "name": "pager-view", "description": "A wrapper that works on multiple platforms: Android, iOS, and Web", "version": "1.1.3", "license": "MIT", "main": "index.ts", "type": "module", "author": { "name": "Ronaldo S.", "email": "ronaldo.rs44@gmail.com", "url": "https://github.com/theronaldostar" }, "contributors": [], "homepage": "https://github.com/theronaldostar/pager-view/discussions", "bugs": { "url": "https://github.com/theronaldostar/pager-view/issues" }, "repository": { "type": "git", "url": "git+https://github.com/theronaldostar/pager-view.git" }, "keywords": [ "19", "android", "ios", "monorepo", "pager", "view", "pager-view", "pagination", "react-19", "react", "react-native", "react-native-web", "web", "WhatsApp", "turborepo", "turbo" ], "files": [ "components/", "hooks/", "types/", "index.ts", "index.d.ts", "README.md", "LICENSE", "package.json", "tsconfig.json" ], "devDependencies": { "@eslint/js": "^9.31.0", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@types/react-native-web": "^0.19.1", "eslint": "^9.31.0", "eslint-plugin-prettier": "^5.5.3", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "prettier": "^3.6.2", "react": "^19.0.0", "react-dom": "^19.0.0", "react-native": "~0.79.5", "react-native-web": "^0.20.0", "typescript": "^5.8.3", "typescript-eslint": "^8.29.1" }, "peerDependencies": { "react": ">=19.0.0", "react-dom": ">=19.0.0", "react-native": ">=0.79.5", "react-native-web": ">=0.20.0" }, "packageManager": "yarn@4.6.0" }