UNPKG

2.44 kBJSONView Raw
1{
2 "name": "react-paginating",
3 "version": "1.2.1",
4 "description": "Simple, lightweight, flexible pagination component",
5 "main": "dist/react-paginating.umd.js",
6 "module": "dist/react-paginating.esm.js",
7 "typings": "typings/index.d.ts",
8 "author": "David Nguyen <dzungnguyen179@gmail.com> (dzungnguyen179@gmail.com)",
9 "files": [
10 "dist",
11 "typings",
12 "flow-typed"
13 ],
14 "keywords": [
15 "accessibility",
16 "WAI-ARIA",
17 "react",
18 "react-component",
19 "pagination",
20 "paginate",
21 "paginator",
22 "pagination-components"
23 ],
24 "dependencies": {},
25 "peerDependencies": {
26 "prop-types": ">=15",
27 "react": ">=15"
28 },
29 "devDependencies": {
30 "@babel/core": "^7.2.2",
31 "@babel/plugin-proposal-class-properties": "^7.3.0",
32 "@babel/preset-env": "^7.3.1",
33 "@babel/preset-react": "^7.0.0",
34 "babel-eslint": "^10.0.1",
35 "enzyme": "^3.1.0",
36 "enzyme-adapter-react-15": "^1.0.2",
37 "eslint": "^5.13.0",
38 "eslint-config-react-app": "^2.0.0",
39 "eslint-plugin-flowtype": "^2.34.1",
40 "eslint-plugin-import": "^2.6.0",
41 "eslint-plugin-jsx-a11y": "^5.1.1",
42 "eslint-plugin-react": "^7.1.0",
43 "flow-bin": "^0.92.1",
44 "flow-coverage-report": "^0.6.1",
45 "prop-types": "^15.5.10",
46 "react": "^15.6.1",
47 "react-dom": "^15.6.1",
48 "react-scripts": "1.0.11",
49 "react-test-renderer": "^15.6.1",
50 "rimraf": "^2.6.2",
51 "rollup": "^1.1.2",
52 "rollup-plugin-babel": "^4.3.2",
53 "rollup-plugin-terser": "^4.0.4",
54 "sinon": "^4.0.2"
55 },
56 "scripts": {
57 "prebuild": "rimraf dist/*",
58 "build": "rollup --config",
59 "postbuild": "BUILD_MINIFY=true rollup --config",
60 "start": "react-scripts start",
61 "test": "react-scripts test --env=jsdom",
62 "coverage": "npm test -- --coverage",
63 "eject": "react-scripts eject",
64 "eslint": "eslint ./src/**/*.js",
65 "test:flow": "flow",
66 "test:flow:coverage": "flow-coverage-report",
67 "validate": "npm run test:flow:coverage && CI=true npm run test"
68 },
69 "license": "MIT",
70 "repository": {
71 "type": "git",
72 "url": "https://github.com/ChoTotOSS/react-paginating.git"
73 },
74 "bugs": {
75 "url": "https://github.com/ChoTotOSS/react-paginating/issues"
76 },
77 "homepage": "https://github.com/ChoTotOSS/react-paginating/blob/master/README.md",
78 "flow-coverage-report": {
79 "includeGlob": [
80 "test/**/*.js"
81 ],
82 "threshold": 90,
83 "type": [
84 "text"
85 ]
86 }
87}