UNPKG

material-ui-flat-pagination

Version:

A pagination component for Material-UI using Button component.

70 lines (69 loc) 1.99 kB
{ "name": "material-ui-flat-pagination", "description": "A pagination component for Material-UI using Button component.", "version": "4.1.2", "author": "szmslab <szmslab@gmail.com> (https://github.com/szmslab)", "bugs": { "url": "https://github.com/szmslab/material-ui-flat-pagination/issues" }, "dependencies": { "classnames": "^2.3.1" }, "devDependencies": { "@material-ui/core": "^4.11.4", "@types/classnames": "^2.3.1", "@types/enzyme": "^3.10.8", "@types/enzyme-adapter-react-16": "^1.0.6", "@types/jest": "^26.0.23", "@types/react": "^17.0.13", "@types/react-dom": "^17.0.8", "@typescript-eslint/eslint-plugin": "^4.28.1", "@typescript-eslint/parser": "^4.28.1", "coveralls": "^3.1.1", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "enzyme-to-json": "^3.6.2", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.24.0", "jest": "^27.0.6", "prettier": "^2.3.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-test-renderer": "^17.0.2", "rimraf": "^3.0.2", "ts-jest": "^27.0.3", "typescript": "^4.3.5" }, "peerDependencies": { "@material-ui/core": ">=4.0.0", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "files": [ "lib", "LICENSE", "package.json", "README.md" ], "homepage": "https://github.com/szmslab/material-ui-flat-pagination#readme", "keywords": [ "pagination", "material-ui", "react" ], "license": "MIT", "main": "./lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/szmslab/material-ui-flat-pagination.git" }, "scripts": { "build": "rimraf lib && tsc", "lint": "eslint src/ --ext .ts,.tsx", "jest": "jest --config=jest.config.json", "test": "jest --config=jest.config.json && coveralls < ./coverage/lcov.info" }, "types": "./lib/index.d.ts" }