Skip to content

Commit

Permalink
feat/google{analytics_&_tag-manager}
Browse files Browse the repository at this point in the history
  • Loading branch information
yyassif committed Sep 7, 2024
1 parent 08399f2 commit 872069a
Show file tree
Hide file tree
Showing 10 changed files with 539 additions and 548 deletions.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
NEXT_PUBLIC_GOOGLE_ID=
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID=
NEXT_PUBLIC_GOOGLE_TAG_MANAGER_ID=

35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,41 @@
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.0.4",
"@next/third-parties": "^14.2.8",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.2.10",
"framer-motion": "^11.5.4",
"gray-matter": "^4.0.3",
"lucide-react": "^0.436.0",
"next": "14.2.7",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"rehype-pretty-code": "^0.14.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"shiki": "^1.7.0",
"tailwind-merge": "^2.3.0",
"shiki": "^1.16.2",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.4"
"unified": "^11.0.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.0.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint": "^9.10.0",
"eslint-config-next": "14.2.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 872069a

Please sign in to comment.