UNPKG

next-query-params

Version:

Convenient state management of query parameters in Next.js apps.

56 lines (55 loc) 1.36 kB
{ "name": "next-query-params", "version": "4.1.0", "sideEffects": false, "license": "MIT", "description": "Convenient state management of query parameters in Next.js apps.", "author": "Jan Amann <jan@amann.me>", "repository": { "type": "git", "url": "https://github.com/amannn/next-query-params" }, "keywords": [ "react", "next", "url", "query", "parameters", "hook", "hooks" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "echo \"No tests yet\"", "lint": "eslint src && tsc", "prepublishOnly": "yarn test && yarn lint && yarn build && cp ../../README.md ." }, "main": "dist/index.js", "module": "dist/next-query-params.esm.js", "typings": "dist/index.d.ts", "files": [ "README.md", "dist" ], "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "use-query-params": "^2.0.0" }, "dependencies": { "tslib": "^2.0.3" }, "devDependencies": { "@types/react": "^18.0.5", "eslint": "7.4.0", "eslint-config-molindo": "5.0.1", "next": "^12.1.5", "react": "^18.0.0", "react-dom": "^18.0.0", "tsdx": "^0.14.1", "typescript": "^4.1.2", "use-query-params": "2.0.0" }, "gitHead": "707030cd0d8094d63b7849607ce6238e76ee77c8" }