react-paginating
Version:
Simple, lightweight, flexible pagination component
88 lines (87 loc) • 2.44 kB
JSON
{
"name": "react-paginating",
"version": "1.2.1",
"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": {},
"peerDependencies": {
"prop-types": ">=15",
"react": ">=15"
},
"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",
"babel-eslint": "^10.0.1",
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "^1.0.2",
"eslint": "^5.13.0",
"eslint-config-react-app": "^2.0.0",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.92.1",
"flow-coverage-report": "^0.6.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-scripts": "1.0.11",
"react-test-renderer": "^15.6.1",
"rimraf": "^2.6.2",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-terser": "^4.0.4",
"sinon": "^4.0.2"
},
"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",
"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"
},
"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"
]
}
}