use-query-data
Version:
A React custom hook for managing URL queries with Next.js navigation.
30 lines • 776 B
JSON
{
"name": "use-query-data",
"version": "1.0.4",
"description": "A React custom hook for managing URL queries with Next.js navigation.",
"keywords": ["react", "hook", "url", "query", "nextjs"],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepare": "npm run build"
},
"author": "",
"license": "ISC",
"peerDependencies": {
"@types/react": ">=17.0.0",
"@types/react-dom": ">=17.0.0",
"next": ">=12.0.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.6",
"typescript": "^5.7.3"
}
}