UNPKG

react-paginating

Version:
101 lines (100 loc) 2.79 kB
{ "name": "react-paginating", "version": "1.4.0", "description": "Simple, lightweight, flexible pagination component", "main": "dist/react-paginating.umd.js", "module": "dist/react-paginating.esm.js", "typings": "typings/index.d.ts", "author": "David Nguyen <dzungnguyen179@gmail.com> (dzungnguyen179@gmail.com)", "files": [ "dist", "typings", "flow-typed" ], "keywords": [ "accessibility", "WAI-ARIA", "react", "react-component", "pagination", "paginate", "paginator", "pagination-components" ], "dependencies": { "paging-algorithm": "^1.0.1" }, "peerDependencies": { "prop-types": ">=15", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.3.0", "@babel/preset-env": "^7.3.1", "@babel/preset-react": "^7.0.0", "all-contributors-cli": "^6.11.2", "cypress": "^3.1.5", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.9.1", "eslint": "^6.6.0", "eslint-config-react-app": "^5.1.0", "eslint-plugin-flowtype": "^4.5.2", "eslint-plugin-import": "^2.6.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.1.0", "flow-bin": "^0.114.0", "flow-coverage-report": "^0.6.1", "prop-types": "^15.5.10", "react": "^16.8.2", "react-dom": "^16.8.2", "react-scripts": "^3.1.1", "react-test-renderer": "^16.8.2", "rimraf": "^3.0.0", "rollup": "^1.1.2", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-terser": "^5.1.2", "sinon": "^8.0.0" }, "scripts": { "prebuild": "rimraf dist/*", "build": "rollup --config", "postbuild": "BUILD_MINIFY=true rollup --config", "start": "react-scripts start", "test": "react-scripts test --env=jsdom", "coverage": "npm test -- --coverage --watchAll=false", "eject": "react-scripts eject", "eslint": "eslint ./src/**/*.js", "test:flow": "flow", "test:flow:coverage": "flow-coverage-report", "validate": "npm run test:flow:coverage && CI=true npm run test", "cypress:open": "cypress open", "contributors:add": "all-contributors add", "contributors:generate": "all-contributors generate" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ChoTotOSS/react-paginating.git" }, "bugs": { "url": "https://github.com/ChoTotOSS/react-paginating/issues" }, "homepage": "https://github.com/ChoTotOSS/react-paginating/blob/master/README.md", "flow-coverage-report": { "includeGlob": [ "test/**/*.js" ], "threshold": 90, "type": [ "text" ] }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }