z0x.ca/package.json
z0x 41d2c7cbac
All checks were successful
build dist / build-dist (push) Successful in 29s
feat(index): add last played music via maloja
2025-04-18 22:47:20 -04:00

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"]
}