summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-09-21 15:05:06 +0200
committerYuval Adam <_@yuv.al>2024-09-21 15:13:25 +0200
commit552c0dd15d8e780913b44ffb57e8e877783c7f31 (patch)
tree8d0c25465685a0263782b3ee70ae711cb7daca45 /package.json
parent49466668c36715e56215bfdd6900584a75806832 (diff)
Add google analytics component
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 2e4f1de..4ea56df 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
+ "@next/third-parties": "^14.2.13",
"next": "14.2.13",
"react": "^18",
"react-dom": "^18"