Skip to content

Commit

Permalink
umami analytics (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnguyennz authored Feb 10, 2024
1 parent 184432e commit 9b5a614
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 402 deletions.
1 change: 0 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import tailwind from "@astrojs/tailwind";
import sitemap from "@astrojs/sitemap";
import icon from "astro-icon";
import orama from "@orama/plugin-astro";

import astroExpressiveCode from "astro-expressive-code";
import { readingTime, modifiedTime } from "./src/lib/remark.mjs";

Expand Down
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && jampack ./dist",
"build": "astro check && astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro",
Expand All @@ -16,40 +16,39 @@
},
"dependencies": {
"@astrojs/check": "0.4.1",
"@astrojs/rss": "4.0.1",
"@astrojs/sitemap": "3.0.4",
"@astrojs/rss": "4.0.4",
"@astrojs/sitemap": "3.0.5",
"@astrojs/tailwind": "5.1.0",
"@orama/plugin-astro": "2.0.0-beta.12",
"astro": "4.2.3",
"astro-expressive-code": "0.32.2",
"astro-icon": "1.0.2",
"@orama/plugin-astro": "2.0.3",
"astro": "4.3.2",
"astro-expressive-code": "0.32.3",
"astro-icon": "1.1.0",
"astro-seo": "0.8.0",
"clsx": "2.1.0",
"dayjs": "1.11.10",
"elevenlabs-node": "2.0.3",
"mdast-util-to-string": "4.0.0",
"reading-time": "1.5.0",
"sharp": "0.33.0",
"tailwind-merge": "2.2.0",
"tailwind-merge": "2.2.1",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@divriots/jampack": "0.23.2",
"@iconify-json/lucide": "1.1.154",
"@iconify-json/lucide": "1.1.162",
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.11.0",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@typescript-eslint/parser": "6.18.1",
"cypress": "13.6.2",
"@types/node": "20.11.16",
"@types/react": "^18.2.51",
"@typescript-eslint/parser": "6.20.0",
"cypress": "13.6.4",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "0.31.3",
"eslint-plugin-astro": "0.31.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"prettier": "3.2.1",
"prettier-plugin-astro": "0.12.3",
"prettier": "3.2.4",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "0.5.11",
"vitest": "1.2.0"
"vitest": "1.2.2"
}
}
Loading

0 comments on commit 9b5a614

Please sign in to comment.