UNPKG

react-use-query-params

Version:

Strongly typed, routing-library agnostic react hook to use and manipulate query params

53 lines 1.2 kB
{ "name": "react-use-query-params", "version": "2.1.0", "description": "Strongly typed, routing-library agnostic react hook to use and manipulate query params", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "keywords": [ "react", "hook", "query-string", "query", "params", "parameter", "parameters", "search-string", "search" ], "repository": { "type": "git", "url": "https://github.com/open-fringecore/react-use-query-params.git" }, "contributors": [ { "name": "Rifat Noor", "email": "rifatnoor92@gmail.com", "url": "https://rifatsworks.netlify.app/" }, { "name": "Shafayet Chowdhury", "email": "shafayet.shawal@gmail.com" }, { "name": "Omran Jamal", "email": "omran@omranjamal.me", "url": "https://omranjamal.me" } ], "license": "MIT", "devDependencies": { "@types/react": ">=18.2.21", "turbo": "1.10.13", "typescript": "5.2.2" }, "peerDependencies": { "react": ">=13" }, "scripts": { "build": "tsc || exit 0", "build:watch": "tsc -w --preserveWatchOutput", "dev": "pnpm build:watch" } }