UNPKG

react-responsive-pagination

Version:
81 lines (80 loc) 2.4 kB
{ "name": "react-responsive-pagination", "version": "2.14.0", "description": "React component for responsive pagination", "author": "jonelantha", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jonelantha/react-responsive-pagination.git", "directory": "packages/react-responsive-pagination" }, "homepage": "https://react-responsive-pagination.elantha.com", "type": "module", "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./narrowBehaviour": "./dist/narrowBehaviour.js", "./labelBehaviour": "./dist/labelBehaviour.js", "./presets": "./dist/presets.js", "./debug": "./dist/debug.js", "./themes/*": "./themes/*" }, "publishConfig": { "provenance": true }, "files": [ "dist/", "CHANGELOG.md", "LICENSE", "narrowBehaviour.d.ts", "narrowBehaviour.js", "labelBehaviour.d.ts", "labelBehaviour.js", "presets.d.ts", "presets.js", "package.json", "README.md", "themes/" ], "types": "./dist/index.d.ts", "scripts": { "build": "npm run clean && tsc --project ./tsconfig.prod.json && npm run api-extractor && npm run copy-extra-types", "start": "npm run clean && tsc --project ./tsconfig.dev.json --watch", "test": "node --test \"src/**/*.test.ts\"", "lint": "eslint", "clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"", "release": "rm ../../package.json && semantic-release", "previewReleaseNotes": "semantic-release --dry-run", "api-extractor": "api-extractor run --local --verbose", "copy-extra-types": "cp ./src/*.d.ts ./dist && cp ./temp/types/debug.d.ts ./dist", "tsc": "tsc" }, "keywords": [ "responsive", "pagination", "react pagination", "responsive pagination", "react", "reactjs", "react-component", "tailwind", "react tailwind pagination", "bootstrap", "react bootstrap pagination" ], "dependencies": { "prop-types": "^15.8.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@microsoft/api-extractor": "7.58.9", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/prop-types": "^15.7.5", "semantic-release": "25.0.5" } }