Samuel Shuert | 86826b8 | 2024-04-27 16:14:20 -0400 | [diff] [blame] | 1 | { |
| 2 | "name": "thecoded.prof-blog", |
| 3 | "type": "module", |
| 4 | "version": "0.0.1", |
| 5 | "scripts": { |
| 6 | "dev": "astro dev", |
| 7 | "start": "astro dev", |
| 8 | "build": "astro check && astro build", |
| 9 | "preview": "astro preview", |
| 10 | "astro": "astro" |
| 11 | }, |
| 12 | "dependencies": { |
| 13 | "@astrojs/mdx": "^2.3.1", |
| 14 | "@astrojs/rss": "^4.0.5", |
Samuel Shuert | 21af95a | 2024-04-30 17:49:11 -0400 | [diff] [blame^] | 15 | "@astrojs/sitemap": "^3.1.4", |
| 16 | "sharp": "^0.33.3" |
Samuel Shuert | 86826b8 | 2024-04-27 16:14:20 -0400 | [diff] [blame] | 17 | } |
| 18 | } |