z0x.ca/package.json
2025-01-25 18:06:49 +00:00

28 lines
No EOL
602 B
JSON

{
"name": "z0x.ca",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.1.9",
"motion": "^11.18.2",
"@astrojs/check": "^0.9.4",
"@yeskunall/astro-umami": "^0.0.3",
"@tailwindcss/vite": "^4.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3",
"@biomejs/biome": "1.9.4"
},
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"esbuild",
"sharp"
]
}