z0x.ca/package.json
2025-06-29 00:04:19 +00:00

29 lines
658 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.53",
"@tailwindcss/vite": "^4.1.11",
"@types/node": "^22.15.34",
"astro": "^5.10.1",
"astro-icon": "^1.1.5",
"motion": "^12.19.2",
"tailwindcss": "^4.1.11"
},
"trustedDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
}