{ "name": "src", "version": "v1.0.1", "private": true, "scripts": { "dev": "astro dev --host", "build": "astro build", "preview": "astro preview" }, "devDependencies": { "@astrojs/react": "^2.3.2", "@astrojs/tailwind": "^5.1.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "astro": "^4.16.7" }, "dependencies": { "framer-motion": "^11.11.11", "react": "^18.3.1", "react-dom": "^18.3.1", "react-responsive": "^10.0.0", "reading-time": "^1.5.0", "typewriter-effect": "^2.21.0" } }