23 lines
584 B
JSON
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.4",
|
|
"astro": "^5.7.4",
|
|
"motion": "^12.7.4",
|
|
"tailwindcss": "^4.1.4"
|
|
},
|
|
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
|
|
}
|