chore(config): remove all analytics
All checks were successful
build dist / build-dist (push) Successful in 39s

This commit is contained in:
z0x 2025-05-17 12:55:37 -04:00
parent ae9e92cd2b
commit 98a0bbfdd7
3 changed files with 7 additions and 21 deletions

View file

@ -10,15 +10,18 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/partytown": "^2.1.4",
"@biomejs/biome": "1.9.4",
"@fontsource-variable/geist": "^5.2.6",
"@tailwindcss/vite": "^4.1.7",
"@types/node": "^22.15.18",
"@yeskunall/astro-umami": "^0.0.5",
"astro": "^5.7.13",
"motion": "^12.12.1",
"tailwindcss": "^4.1.7"
},
"trustedDependencies": ["@biomejs/biome", "@tailwindcss/oxide", "esbuild", "sharp"]
"trustedDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
}