diff options
| author | schererleander <leander@schererleander.de> | 2025-12-26 03:20:02 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-12-26 03:20:02 +0100 |
| commit | d4e8681d9b6c6e6ea29e86f753a8a5b0961da5e6 (patch) | |
| tree | 4427abb81992f621e7823cc5ea3286968b7d29a0 /package-lock.json | |
| parent | af11f57d4d9cf653ef523b86f68363b9c2fd7112 (diff) | |
feat(layout): setup plausible analytics via next-plausible
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 8334db8..a888705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,7 @@ "maplibre-gl": "^5.15.0", "next": "16.1.1", "next-contentlayer2": "^0.5.8", + "next-plausible": "^3.12.5", "next-themes": "^0.4.6", "react": "19.2.3", "react-dom": "19.2.3", @@ -8635,6 +8636,20 @@ "react-dom": "^18 || ^19 || ^19.0.0-rc" } }, + "node_modules/next-plausible": { + "version": "3.12.5", + "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.12.5.tgz", + "integrity": "sha512-l1YMuTI9akb2u7z4hyTuxXpudy8KfSteRNXCYpWpnhAoBjaWQlv6sITai1TwcR7wWvVW8DFbLubvMQAsirAjcA==", + "license": "MIT", + "funding": { + "url": "https://github.com/4lejandrito/next-plausible?sponsor=1" + }, + "peerDependencies": { + "next": "^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 ", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/next-themes": { "version": "0.4.6", "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz", |
