pagination-react-js
Version:
React Pagination Hook, which is lightweight, fast and easy to use.
93 lines (92 loc) • 2.25 kB
JSON
{
"name": "pagination-react-js",
"type": "module",
"engines": {
"node": ">=24.0.0 <25.0.0",
"pnpm": ">= 10.0.0 <11.0.0"
},
"packageManager": "pnpm@10.13.1",
"private": false,
"author": "Serhat Mutlu",
"license": "MIT",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.js",
"exports": {
".": {
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
},
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
}
}
},
"homepage": "https://serhat-m.github.io/pagination-react-js",
"repository": {
"type": "git",
"url": "git+https://github.com/serhat-m/pagination-react-js.git"
},
"files": [
"dist"
],
"scripts": {
"test": "vitest --run --reporter verbose",
"dev": "vite",
"build:ui": "vite build",
"build:package": "node build.ts",
"lint:staged": "lint-staged",
"lint": "tsc -p tsconfig.json && biome check .",
"lint:fix": "biome check --write ."
},
"devDependencies": {
"@biomejs/biome": "2.1.1",
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "24.0.13",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vanilla-extract/css": "1.17.4",
"@vanilla-extract/vite-plugin": "5.1.0",
"@vitejs/plugin-react-swc": "3.10.2",
"husky": "9.1.7",
"jsdom": "26.1.0",
"lint-staged": "16.1.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"the-new-css-reset": "1.11.3",
"tsup": "8.5.0",
"typescript": "5.8.3",
"vite": "7.0.4",
"vitest": "3.2.4"
},
"peerDependencies": {
"react": "17 || 18 || 19"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"keywords": [
"react",
"reactjs",
"react-pagination",
"pagination",
"paginator",
"paginate",
"react-component"
],
"version": "3.0.3"
}