| { |
| "name": "website", |
| "type": "module", |
| "version": "0.0.1", |
| "engines": { |
| "node": ">=22.12.0" |
| }, |
| "scripts": { |
| "sync-docs": "bash scripts/sync-docs.sh", |
| "prebuild": "npm run sync-docs", |
| "dev": "astro dev", |
| "build": "astro build", |
| "preview": "astro preview", |
| "astro": "astro" |
| }, |
| "dependencies": { |
| "@fontsource-variable/geist": "^5.2.9", |
| "astro": "^7.0.3", |
| "class-variance-authority": "^0.7.1", |
| "clsx": "^2.1.1", |
| "motion": "^12.42.0", |
| "radix-ui": "^1.6.0", |
| "shadcn": "^4.12.0", |
| "tailwind-merge": "^3.6.0", |
| "tw-animate-css": "^1.4.0" |
| }, |
| "devDependencies": { |
| "@astrojs/react": "^6.0.0", |
| "@tailwindcss/vite": "^4.3.1", |
| "@types/react": "^19.2.17", |
| "@types/react-dom": "^19.2.3", |
| "lucide-react": "^1.21.0", |
| "react": "^19.2.7", |
| "react-dom": "^19.2.7", |
| "tailwindcss": "^4.3.1" |
| } |
| } |