react-next-paging
Version:
ReactJS component for easy pagination
122 lines (121 loc) • 3.67 kB
JSON
{
"name": "react-next-paging",
"jest": {
"verbose": true
},
"version": "7.0.7",
"description": "ReactJS component for easy pagination",
"main": "dist/react-next-paging.js",
"scripts": {
"commit": "git-cz",
"prebuild": "rimraf dist",
"build": "npm-run-all --parallel build:*",
"build:main": "babel --copy-files --out-dir dist --ignore *.test.js src",
"build:umd": "webpack --mode=development --output-filename index.umd.js",
"build:umd.min": "webpack --mode=production --output-filename index.umd.min.js",
"semantic-release": "semantic-release -b master --prepare && npm publish && semantic-release post",
"test": "jest",
"test:watch": "jest --watch",
"travis-deploy-once": "travis-deploy-once"
},
"keywords": [
"pagination",
"paging",
"react",
"reactjs",
"page",
"table",
"ul",
"row",
"column"
],
"author": "Rafael Mora <rafael.mora.guti@gmail.com>",
"license": "MIT",
"dependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-function-bind",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-template-literals",
"@babel/plugin-transform-runtime",
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-export-namespace-from"
]
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/titanve/react-next-paging.git"
},
"bugs": {
"url": "https://github.com/titanve/react-next-paging/issues"
},
"homepage": "https://github.com/titanve/react-next-paging#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/plugin-transform-template-literals": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.3.4",
"@octokit/rest": "^16.16.3",
"@semantic-release/condition-travis": "7.1.4",
"@semantic-release/git": "^7.0.8",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"commitizen": "3.0.7",
"cz-conventional-changelog": "2.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"ghooks": "2.0.4",
"jest": "^24.1.0",
"npm-run-all": "4.1.5",
"path": "0.12.7",
"react-test-renderer": "^16.8.3",
"regenerator-runtime": "^0.13.1",
"rimraf": "2.6.3",
"semantic-release": "^15.13.3",
"semantic-release-cli": "^4.1.0",
"travis-deploy-once": "^5.0.11",
"webpack": "4.29.6",
"webpack-cli": "^3.2.3"
},
"config": {
"ghooks": {
"pre-commit": "yarn test"
},
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"release": {
"verifyConditions": "@semantic-release/condition-travis",
"getLastRelease": "@semantic-release/last-release-git-tag"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
}
}