z0x.ca/package.json
2025-06-16 00:02:10 +00:00

29 lines
657 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.6",
"@iconify-json/lucide": "^1.2.49",
"@tailwindcss/vite": "^4.1.10",
"@types/node": "^22.15.31",
"astro": "^5.9.3",
"astro-icon": "^1.1.5",
"motion": "^12.18.1",
"tailwindcss": "^4.1.10"
},
"trustedDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
}