@stainless-code/react-paginate
Version:
Elegantly use custom events in React
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "@stainless-code/react-paginate",
"version": "1.0.0",
"description": "Elegantly use custom events in React",
"keywords": [
"paginate",
"pagination",
"react-paginate",
"react",
"typesafe",
"use-paginate"
],
"homepage": "https://github.com/stainless-code/react-paginate#readme",
"bugs": "https://github.com/stainless-code/react-paginate/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/stainless-code/react-paginate.git"
},
"license": "MIT",
"author": {
"name": "Sutu Sebastian",
"email": "sebastian.sutu@stainless-code.com",
"url": "https://github.com/SutuSebastian"
},
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"postpublish": "clean-package restore"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
}
}