{ "name": "temp_project", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev --host", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/react": "^4.4.2", "@fontsource-variable/outfit": "^5.2.8", "@fontsource/outfit": "^5.2.8", "@tailwindcss/vite": "^4.1.18", "@types/react": "^19.2.9", "@types/react-dom": "^19.2.3", "astro": "^5.16.11", "clsx": "^2.1.1", "framer-motion": "^12.27.5", "gsap": "^3.14.2", "lucide-react": "^0.562.0", "react": "^19.2.3", "react-dom": "^19.2.3", "simple-icons": "^16.6.0", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.18" } }