29 lines
655 B
JSON
29 lines
655 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.45",
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"@types/node": "^22.15.29",
|
|
"astro": "^5.8.2",
|
|
"astro-icon": "^1.1.5",
|
|
"motion": "^12.16.0",
|
|
"tailwindcss": "^4.1.8"
|
|
},
|
|
"trustedDependencies": [
|
|
"@biomejs/biome",
|
|
"@tailwindcss/oxide",
|
|
"esbuild",
|
|
"sharp"
|
|
]
|
|
}
|