react-getquery-params
Version:
getQueryParams() helps to catch all query parameter in React App
25 lines (24 loc) • 563 B
JSON
{
"name": "react-getquery-params",
"version": "1.0.6",
"description": "getQueryParams() helps to catch all query parameter in React App",
"private": false,
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"React.js",
"QueryParameter",
"ReactQuery"
],
"author": "Minhazul Abedin Munna",
"license": "ISC",
"dependencies": {
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"react-router-dom": "^6.22.3",
"sort-by": "^1.2.0"
}
}