{ "name": "@rubis/landing", "private": true, "version": "0.1.0", "type": "module", "description": "Landing publique rubis.pro + blog (Astro 6 SSR/SSG hybride, React 19 + @rubis/ui).", "scripts": { "dev": "astro dev --port 5174", "build": "astro build", "preview": "astro preview --port 5174", "start": "node ./dist/server/entry.mjs", "lint": "eslint .", "typecheck": "astro check" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/node": "^10.1.0", "@astrojs/react": "^5.0.4", "@fontsource-variable/bricolage-grotesque": "^5.2.5", "@fontsource-variable/inter": "^5.2.5", "@rubis/shared": "workspace:*", "@rubis/ui": "workspace:*", "@tailwindcss/vite": "^4.1.0", "astro": "^6.3.1", "lucide-react": "^0.475.0", "react": "^19.2.5", "react-dom": "^19.2.5", "tailwindcss": "^4.1.0" }, "devDependencies": { "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "typescript": "~6.0.2" } }