react-material-pagination-v4z
Version:
React material(v.4) pagination. (Hooks)
89 lines (88 loc) • 2.59 kB
JSON
{
"name": "react-material-pagination-v4z",
"version": "1.0.0-alz",
"description": "React material(v.4) pagination. (Hooks)",
"main": "build/index.js",
"module": "build/index.esm.js",
"browser": "build/index.js",
"upkg": "build/index.min.js",
"styles": "build/styles.css",
"files": [
"build"
],
"types": "build/index.d.ts",
"scripts": {
"clean": "rimraf ./build",
"build": "rollup -c",
"cb": "npm run clean && npm run build",
"test:watch": "jest --watch",
"generate": "node ./util/create-component",
"prepublishOnly": "npm run build",
"deploy": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/delpikye-v/react-material-pagination-v4.git"
},
"homepage": "https://github.com/delpikye-v/react-material-pagination-v4#readme",
"keywords": [
"react",
"components",
"lib",
"react-pager",
"react-paginate",
"react-pagination",
"material-pager",
"material-paginate",
"material-pagination",
"pagination",
"paginate"
],
"author": "Delpi.Kye",
"license": "MIT",
"bugs": {
"url": "https://github.com/delpikye-v/react-material-pagination-v4/issues"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@material-ui/core": "^4.12.3",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@types/jest": "^24.9.1",
"@types/react": "17.0.20",
"@types/react-dom": "17.0.9",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"jest": "^26.6.3",
"node-sass": "^5.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-smooth-scrollbar-z": "^2.1.0-z",
"rimraf": "^3.0.2",
"rollup": "^2.56.3",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"sass-loader": "^10.2.0",
"ts-jest": "^26.5.6",
"tslib": "^2.3.1",
"typescript": "^4.4.2"
},
"dependencies": {
"@delpi/common": ">=0.0.11",
"@material-ui/core": ">=4.11.3",
"tslib": ">=2.0.0"
}
}