z0x.ca/package.json
z0x ae9e92cd2b
All checks were successful
build dist / build-dist (push) Successful in 42s
chore(deps): update to latest packages
2025-05-17 12:29:21 -04:00

24 lines
645 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",
"@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"]
}