diff --git a/ui/.gitignore b/ui/.gitignore index 4d29575..8de7864 100644 --- a/ui/.gitignore +++ b/ui/.gitignore @@ -21,3 +21,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +/package-lock.json \ No newline at end of file diff --git a/ui/package-lock.json b/ui/package-lock.json index f012e5e..a9f6ee1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -16,6 +16,7 @@ "react-dom": "^18.3.1", "react-icons": "^5.3.0", "react-loader-spinner": "^6.1.6", + "react-paginate": "^8.2.0", "react-router-dom": "^6.26.1", "react-scripts": "5.0.1", "react-toastify": "^10.0.6", @@ -15837,6 +15838,17 @@ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", "license": "MIT" }, + "node_modules/react-paginate": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/react-paginate/-/react-paginate-8.2.0.tgz", + "integrity": "sha512-sJCz1PW+9PNIjUSn919nlcRVuleN2YPoFBOvL+6TPgrH/3lwphqiSOgdrLafLdyLDxsgK+oSgviqacF4hxsDIw==", + "dependencies": { + "prop-types": "^15" + }, + "peerDependencies": { + "react": "^16 || ^17 || ^18" + } + }, "node_modules/react-refresh": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",