react-native-ultimate-paginator
Version:
A comprehensive pagination library supporting various pagination scenarios including server-side, client-side, infinite scroll, and load-more functionality
67 lines (66 loc) • 1.98 kB
JSON
{
"name": "react-native-ultimate-paginator",
"version": "1.0.0",
"description": "A comprehensive pagination library supporting various pagination scenarios including server-side, client-side, infinite scroll, and load-more functionality",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"pagination",
"infinite-scroll",
"load-more",
"server-side-pagination",
"client-side-pagination",
"react-pagination",
"typescript"
],
"author": "Durgesh",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/durgesh/react-ultimate-paginator.git"
},
"bugs": {
"url": "https://github.com/durgesh/react-ultimate-paginator/issues"
},
"homepage": "https://github.com/durgesh/react-ultimate-paginator#readme",
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.4.5",
"@types/react": "^19.0.12",
"@types/testing-library__jest-dom": "^5.14.5",
"@testing-library/jest-dom": "^5.16.5",
"@types/testing-library__react": "^10.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"typescript": "~4.9.5",
"eslint": "^8.46.0",
"eslint-plugin-react": "^7.37.4",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.3.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}