use-tracking
Version:
Use Tracking is a custom React hook with a configurable Tracking component designed to enable simple and effective analytics and event tracking in all your Next.js applications.
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "use-tracking",
"description": "Use Tracking is a custom React hook with a configurable Tracking component designed to enable simple and effective analytics and event tracking in all your Next.js applications.",
"version": "0.2.3",
"license": "MIT",
"author": {
"name": "Neeraj Dalal",
"email": "admin@nrjdalal.com",
"url": "https://nrjdalal.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nrjdalal/use-tracking.git"
},
"files": [
"dist"
],
"keywords": [
"React",
"Hook",
"Component",
"Tracking",
"Analytics",
"Events",
"Monitoring",
"Client-side",
"User Interactions",
"Session Handling",
"Click Events",
"Pageview Tracking"
],
"exports": "./dist/index.mjs",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"next": "^14.0.0-0 || ^15.0.0-0",
"react": "^18.0.0-0 || ^19.0.0-0",
"react-dom": "^18.0.0-0 || ^19.0.0-0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"prettier": "^3.4.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
}
}