{ "name": "ipython-website", "version": "1.0.0", "description": "Modern website for IPython", "type": "module", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview" }, "dependencies": { "@astrojs/react": "^4.4.2", "@astrojs/tailwind": "^6.0.2", "astro": "^5.16.4", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.18" }, "devDependencies": { "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "tailwind-merge": "^3.4.0", "tw-animate-css": "^1.4.0", "typescript": "^5.3.3" } }