UNPKG

nextjs-pagination

Version:

A highly customizable pagination component for Next.js applications. It provides flexible configuration options for page navigation and improves user experience in large scale data environments.

62 lines (61 loc) 1.74 kB
{ "name": "nextjs-pagination", "version": "3.0.0", "description": "A highly customizable pagination component for Next.js applications. It provides flexible configuration options for page navigation and improves user experience in large scale data environments.", "main": "dist/index.js", "types": "./@types/nextjs-pagination.d.ts", "scripts": { "build": "babel src --out-dir dist --extensions \".js,.jsx,.ts,.tsx\"", "prepublishOnly": "npm run build", "test": "jest", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "format": "prettier --write \"src/**/*.+(js|jsx|ts|tsx)\"" }, "repository": { "type": "git", "url": "git+https://github.com/BankkRoll/nextjs-pagination.git" }, "keywords": [ "nextjs", "pagination", "react", "component", "UI", "user interface", "navigation", "page control", "front-end", "web development", "TypeScript", "customizable", "interactive", "user-friendly", "page navigation", "data organization", "page splitting", "page rendering", "user experience", "code efficiency" ], "author": "BankkRoll", "license": "MIT", "bugs": { "url": "https://github.com/BankkRoll/nextjs-pagination/issues" }, "homepage": "https://github.com/BankkRoll/nextjs-pagination#readme", "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.16.0", "@babel/preset-env": "^7.14.9", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.14.5", "@types/react": "^18.2.7", "prettier": "^3.0.0", "typescript": "^4.3.5" }, "peerDependencies": { "next": "^13.4.3", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" } }