18 lines · 337 B
| 1 | { |
| 2 | "name": "@gitfastr/ui", |
| 3 | "version": "0.0.1", |
| 4 | "private": true, |
| 5 | "type": "module", |
| 6 | "scripts": { |
| 7 | "dev": "astro dev", |
| 8 | "build": "astro build", |
| 9 | "preview": "astro preview" |
| 10 | }, |
| 11 | "dependencies": { |
| 12 | "astro": "^5.5.0", |
| 13 | "@astrojs/cloudflare": "^12.3.0", |
| 14 | "preact": "^10.25.0", |
| 15 | "@astrojs/preact": "^4.0.0" |
| 16 | } |
| 17 | } |
| 18 |