pager-view
Version:
A wrapper that works on multiple platforms: Android, iOS, and Web
77 lines (76 loc) • 1.66 kB
JSON
{
"name": "pager-view",
"description": "A wrapper that works on multiple platforms: Android, iOS, and Web",
"version": "1.1.4",
"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.39.1",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@types/react-native-web": "^0.19.2",
"eslint": "^9.39.1",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"prettier": "^3.6.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-native": "~0.81.5",
"react-native-web": "^0.21.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.47.0"
},
"peerDependencies": {
"react": ">=19.0.0",
"react-dom": ">=19.0.0",
"react-native": ">=0.79.5",
"react-native-web": ">=0.20.0"
},
"packageManager": "yarn@4.11.0"
}