{ "name": "portfolio-v2", "type": "module", "version": "0.0.1", "scripts": { "dev": "caddy start --config ./Caddyfile && DENO_ENV=development astro dev; caddy stop", "build": "astro build", "preview": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs", "astro": "astro" }, "dependencies": { "@astrojs/preact": "^4.1.3", "@deno/astro-adapter": "^0.3.2", "@evilmartians/harmony": "^1.4.0", "@iconify-json/lucide": "^1.2.84", "@iconify-json/pixel": "^1.2.1", "@iconify-json/tabler": "^1.2.26", "astro": "^5.16.8", "astro-icon": "^1.1.5", "preact": "^10.27.3" } }