| { |
| "name": "website", |
| "type": "module", |
| "version": "0.0.1", |
| "engines": { |
| "node": ">=22.12.0" |
| }, |
| "scripts": { |
| "sync-docs": "bash scripts/sync-docs.sh", |
| "sync-community": "node scripts/sync-community.mjs", |
| "prebuild": "npm run sync-docs", |
| "dev": "bash scripts/dev.sh", |
| "build": "ASTRO_TELEMETRY_DISABLED=1 astro build", |
| "preview": "ASTRO_TELEMETRY_DISABLED=1 astro preview", |
| "astro": "ASTRO_TELEMETRY_DISABLED=1 astro" |
| }, |
| "dependencies": { |
| "@fontsource-variable/geist": "^5.2.9", |
| "@fontsource/inter": "^5.2.8", |
| "@fontsource/jost": "^5.2.8", |
| "astro": "^7.0.7", |
| "class-variance-authority": "^0.7.1", |
| "clsx": "^2.1.1", |
| "motion": "^12.42.2", |
| "radix-ui": "^1.6.2", |
| "shadcn": "^4.13.0", |
| "tailwind-merge": "^3.6.0", |
| "tw-animate-css": "^1.4.0" |
| }, |
| "devDependencies": { |
| "@astrojs/check": "^0.9.9", |
| "@astrojs/react": "^6.0.1", |
| "@tailwindcss/vite": "^4.3.2", |
| "@types/node": "^26.1.1", |
| "@types/react": "^19.2.17", |
| "@types/react-dom": "^19.2.3", |
| "lucide-react": "^1.24.0", |
| "react": "^19.2.7", |
| "react-dom": "^19.2.7", |
| "tailwindcss": "^4.3.1", |
| "typescript": "^6.0.3" |
| } |
| } |