z0x.ca/package.json
z0x 11ed55e17a
Some checks failed
build dist / build-dist (push) Failing after 26s
feat(astro): add partytown for umami
2025-04-23 21:35:45 -04:00

23 lines
584 B
JSON

{
"name": "z0x.ca",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "1.9.4",
"@fontsource-variable/geist": "^5.2.5",
"@tailwindcss/vite": "^4.1.4",
"@types/node": "^22.14.1",
"@yeskunall/astro-umami": "^0.0.5",
"astro": "^5.7.5",
"motion": "^12.8.0",
"tailwindcss": "^4.1.4"
},
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
}