react-pagination-new
Version:
A simple and customizable pagination component for React applications.
37 lines (36 loc) • 818 B
JSON
{
"name": "react-pagination-new",
"version": "1.0.2",
"description": "A simple and customizable pagination component for React applications.",
"main": "dist/pagination.umd.js",
"module": "dist/pagination.es.js",
"style": "dist/style.css",
"scripts": {
"build": "vite build",
"start": "vite",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"keywords": [
"react",
"pagination",
"component",
"react-pagination",
"pagination-component",
"UI",
"react-component"
],
"author": "Anil Rai",
"license": "MIT"
}