z0x.ca/package.json
z0x f262d913b3
All checks were successful
build dist / build-dist (push) Successful in 35s
refactor(index): switch to Geist font
2025-03-23 12:28:56 -04:00

35 lines
No EOL
897 B
JSON

{
"name": "z0x.ca",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.2.1",
"@biomejs/biome": "^1.9.4",
"@fontsource-variable/geist": "^5.2.5",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/vite": "^4.0.15",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@yeskunall/astro-umami": "^0.0.4",
"astro": "^5.5.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.475.0",
"motion": "^12.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.15",
"tailwindcss-animate": "^1.0.7"
},
"trustedDependencies": [
"@biomejs/biome"
]
}