UNPKG

nextjs-ssr-paginator

Version:
36 lines (35 loc) 798 B
{ "name": "nextjs-ssr-paginator", "version": "0.0.9", "description": "NextJS 13 Server Side Rendered Paginator", "main": "index.js", "types": "index.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "nextjs", "13", "react", "paginate", "paginator", "pagination", "component", "nextjs-component" ], "author": "p9436", "homepage": "https://github.com/p9436/nextjs13-ssr-paginator#readme", "repository": "github:p9436/nextjs13-ssr-paginator", "license": "MIT", "devDependencies": { "@types/node": "^20.5.6", "@types/react": "^18.2.21", "typescript": "^5.2.2" }, "peerDependencies": { "tailwindcss": "^3.3.3" }, "dependencies": { } }