UNPKG

@hkxdv/astro-shade-dx-template

Version:

Astro template with React, shadcn/ui, Bun, Biome & ESLint. Pre-configured TypeScript, Tailwind CSS, dark/light themes, and optimized DX. Run directly with 'bunx @hkxdv/astro-shade-dx-template' without installation.

50 lines (49 loc) 1.48 kB
{ "name": "astro-shade-project", "type": "module", "version": "0.1.0-dev.1", "description": "Proyecto creado con AstroShadeDX Template - Demo", "private": true, "scripts": { "astro": "astro", "dev": "bunx --bun astro dev", "build": "bunx --bun astro build", "preview": "bunx --bun astro preview", "start": "bunx --bun astro dev" }, "dependencies": { "@astrojs/react": "^4.2.7", "@astrojs/vercel": "^8.1.4", "@hookform/resolvers": "^5.0.1", "@lucide/astro": "^0.503.0", "@radix-ui/react-collapsible": "^1.1.10", "@radix-ui/react-dropdown-menu": "^2.1.14", "@radix-ui/react-separator": "^1.1.6", "@radix-ui/react-tooltip": "^1.2.6", "@ridemountainpig/svgl-react": "^1.0.4", "@tailwindcss/vite": "^4.1.6", "astro": "^5.7.13", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", "embla-carousel-react": "^8.6.0", "framer-motion": "^12.11.0", "input-otp": "^1.4.2", "lucide-react": "^0.503.0", "next-themes": "^0.4.6", "react": "^19.1.0", "react-day-picker": "8.10.1", "react-dom": "^19.1.0", "react-hook-form": "^7.56.3", "react-resizable-panels": "^2.1.9", "recharts": "^2.15.3", "sonner": "^2.0.3", "tailwind-merge": "^3.3.0", "tailwindcss": "^4.1.6", "zod": "^3.24.4" }, "devDependencies": { "tw-animate-css": "^1.2.9" } }