[READ-ONLY] Mirror of https://github.com/flo-bit/blog-template. minimalistic astro blog template flo-bit.dev/blog-template/
astro blog template
0

Configure Feed

Select the types of activity you want to include in your feed.

blog-template / package.json
1.2 kB 43 lines
1{ 2 "name": "blog-template", 3 "type": "module", 4 "version": "0.0.5", 5 "scripts": { 6 "dev": "astro dev", 7 "start": "astro dev", 8 "build": "astro check && astro build && pagefind", 9 "preview": "astro preview", 10 "astro": "astro", 11 "format": "prettier --write ." 12 }, 13 "dependencies": { 14 "@ascorbic/bluesky-loader": "^0.0.3", 15 "@astro-community/astro-embed-utils": "^0.1.3", 16 "@astrojs/check": "^0.9.4", 17 "@astrojs/mdx": "^4.2.1", 18 "@astrojs/rss": "^4.0.11", 19 "@astrojs/sitemap": "^3.3.0", 20 "@astrojs/svelte": "^7.0.7", 21 "@astrojs/tailwind": "^6.0.1", 22 "@shikijs/transformers": "^3.2.1", 23 "@tailwindcss/forms": "^0.5.9", 24 "astro": "^5.5.4", 25 "astro-custom-embeds": "^0.0.1", 26 "astro-og-canvas": "^0.7.0", 27 "cheerio": "^1.0.0", 28 "lite-youtube-embed": "^0.3.3", 29 "rehype-mathjax": "^7.1.0", 30 "remark-math": "^6.0.0", 31 "svelte": "^5.1.1", 32 "tailwind-merge": "^2.5.4", 33 "tailwindcss": "^3.4.14", 34 "typescript": "^5.6.3" 35 }, 36 "devDependencies": { 37 "@sveltejs/vite-plugin-svelte": "^5.0.3", 38 "@tailwindcss/typography": "^0.5.15", 39 "pagefind": "^1.3.0", 40 "vite-plugin-pagefind": "^1.0.5" 41 }, 42 "license": "MIT" 43}