react-pagination-js
Version:
Simple, light weight pagination for react
76 lines (75 loc) • 2.15 kB
JSON
{
"name": "react-pagination-js",
"version": "2.0.0",
"description": "Simple, light weight pagination for react",
"main": "dist/index.umd.js",
"scripts": {
"prebuild": "rimraf dist",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm-run-all --parallel build:*",
"build:umd": "webpack --config ./webpack.config.prod.js --output-filename index.umd.js --mode production",
"start:dev": "webpack --config ./webpack.config.dev.js --mode development && webpack-dev-server --config ./webpack.config.dev.js",
"commit": "git-cz",
"validate": "npm run build",
"semantic-release": "semantic-release"
},
"keywords": [
"react",
"reactjs",
"pagination",
"paginator",
"bootstrap",
"webpack",
"babel",
"dark",
"theme",
"react-transform",
"react-component"
],
"repository": {
"type": "git",
"url": "https://github.com/isaurssaurav/react-pagination-js.git"
},
"files": [
"dist"
],
"author": "isaurssaurav",
"license": "MIT",
"bugs": {
"url": "https://github.com/isaurssaurav/react-pagination-js/issues"
},
"homepage": "https://github.com/isaurssaurav/react-pagination-js#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"cz-conventional-changelog": "^3.0.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"semantic-release": "^15.13.21",
"style-loader": "^1.0.0",
"validate-commit-msg": "^2.14.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
},
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"react": "15.x.x - 16.x.x",
"react-dom": "15.x.x - 16.x.x"
}
}