From 25799e446197c238989cc748e0bd7f350a1d6d67 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 23 Sep 2024 16:20:18 +0200 Subject: Add fathom analytics client --- package-lock.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index 2f5907b..d88df59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,6 +21,7 @@ "axios": "^1.7.7", "eslint": "^8", "eslint-config-next": "14.2.13", + "fathom-client": "^3.7.2", "luxon": "^3.5.0", "mapbox-gl": "^3.6.0", "postcss": "^8", @@ -2426,6 +2427,13 @@ "reusify": "^1.0.4" } }, + "node_modules/fathom-client": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/fathom-client/-/fathom-client-3.7.2.tgz", + "integrity": "sha512-sWtaNivhg7uwp/q1bUuIiNj4LeQZMEZ5NXXFFpZ8le4uDedAfQG84gPOdYehtVXbl+1yX2s8lmXZ2+IQ9a/xxA==", + "dev": true, + "license": "MIT" + }, "node_modules/fflate": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", -- cgit v1.3.1