{ "name": "correlation-causation-quiz", "type": "module", "version": "1.0.0", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview" }, "dependencies": { "@astrojs/netlify": "^6.6.0", "@astrojs/react": "^4.4.2", "@astrojs/tailwind": "^6.0.2", "astro": "^5.15.4", "i18next": "^23.7.0", "lucide-react": "^0.263.1", "nanoid": "^5.0.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^13.5.0", "tailwindcss": "^3.3.0" } }