{ "name": "feynman-website", "type": "module", "version": "0.0.1", "private": true, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview" }, "dependencies": { "astro": "^5.7.0", "@astrojs/tailwind": "^6.0.2", "tailwindcss": "^3.4.0", "sharp": "^0.33.0" } }