UNPKG

@thehappycoder/react-responsive-pagination

Version:
67 lines (66 loc) 2.08 kB
{ "name": "@thehappycoder/react-responsive-pagination", "version": "1.0.2", "description": "React component for responsive pagination", "author": "Jon Pollard", "license": "MIT", "repository": "github:thehappycoder/react-responsive-pagination", "homepage": "https://github.com/thehappycoder/react-responsive-pagination#readme", "main": "lib.cjs/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "files": [ "/lib", "/lib.cjs" ], "scripts": { "tsc-commonjs": "rimraf lib.cjs/ && tsc --project ./tsconfig/commonjs.json", "tsc-esnext": "rimraf lib/ && tsc --project ./tsconfig/esnext.json", "build": "npm run lint && npm run tsc-commonjs && npm run tsc-esnext", "start": "rimraf lib/ && tsc --project ./tsconfig/dev.json --watch", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --ext .ts --ext .tsx src", "prepublishOnly": "npm run build", "release": "semantic-release", "previewReleaseNotes": "semantic-release --dry-run" }, "keywords": [ "responsive", "pagination", "react", "reactjs", "react-component" ], "eslintConfig": { "extends": "react-app" }, "dependencies": { "prop-types": "^15.7.2", "resize-observer-polyfill": "^1.5.1" }, "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.0" }, "devDependencies": { "@semantic-release/changelog": "^5.0.0", "@semantic-release/git": "^9.0.0", "@types/react": "^16.9.25", "@types/react-dom": "^16.9.5", "@typescript-eslint/eslint-plugin": "^2.25.0", "@typescript-eslint/parser": "^2.25.0", "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-config-react-app": "^5.2.1", "eslint-plugin-flowtype": "^4.6.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^2.5.1", "react": "^16.13.1", "react-dom": "^16.13.1", "rimraf": "^3.0.2", "semantic-release": "^17.0.4", "typescript": "^3.8.3" } }