diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-11 11:54:24 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-11 11:54:24 -0500 |
| commit | 4f43e8e42a17861855226757d3e825e3ff761018 (patch) | |
| tree | 75b3a9046f8d4cbc4bda0d567df58066c8758ea2 /package-lock.json | |
| parent | 9f7ea9ca5066322db3e1697cc1d7102fe574aebb (diff) | |
Add Plausible
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 56cc1a4..6e32b5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,6 +24,7 @@ "clsx": "^2.0.0", "lucide-react": "^0.290.0", "next": "^14.0.4", + "next-plausible": "^3.12.0", "next-themes": "^0.2.1", "next13-progressbar": "^1.1.1", "pg": "^8.11.3", @@ -4242,6 +4243,19 @@ } } }, + "node_modules/next-plausible": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.12.0.tgz", + "integrity": "sha512-SSkEqKQ6PgR8fx3sYfIAT69k2xuCUXO5ngkSS19CjxY97lAoZxsfZpYednxB4zo0mHYv87JzhPynrdBPlCBVHg==", + "funding": { + "url": "https://github.com/4lejandrito/next-plausible?sponsor=1" + }, + "peerDependencies": { + "next": "^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, "node_modules/next-themes": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.2.1.tgz", |
