33 lines
901 B
JSON
33 lines
901 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.3",
|
|
"@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.1.3",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.1",
|
|
"@yeskunall/astro-umami": "^0.0.4",
|
|
"astro": "^5.6.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.475.0",
|
|
"motion": "^12.6.3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tailwind-merge": "^3.1.0",
|
|
"tailwindcss": "^4.1.3",
|
|
"tw-animate-css": "^1.2.5"
|
|
},
|
|
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
|
|
}
|