UNPKG

@tcoldmf/react-bootstrap-pagination

Version:

A React component to render and manage Bootstrap 4 pagination quickly and easily

57 lines (56 loc) 1.44 kB
{ "name": "@tcoldmf/react-bootstrap-pagination", "version": "1.0.3", "description": "A React component to render and manage Bootstrap 4 pagination quickly and easily", "main": "build/index.js", "peerDependencies": { "react": "^15.5.4" }, "dependencies": { "react": "^15.5.4", "webpack": "^4.43.0" }, "scripts": { "test": "echo \"No test\" && exit 0", "start": "webpack --watch", "build": "webpack", "prepublishOnly": "npm run build" }, "keywords": [ "react", "reactjs", "pages", "paginate", "pagination", "paginator", "bootstrap", "reload", "webpack", "babel", "react-transform", "react-component" ], "author": "David Moreno <tcoldmf@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/tcoldmf/react-bootstrap-pagination.git" }, "license": "MIT", "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.5.1", "webpack-cli": "^3.3.11" }, "bugs": { "url": "https://github.com/tcoldmf/react-bootstrap-pagination/issues" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "homepage": "https://github.com/tcoldmf/react-bootstrap-pagination#readme" }