digital-resources icon indicating copy to clipboard operation
digital-resources copied to clipboard

Decide to use and configure additional dependencies

Open ViorelMocanu opened this issue 1 year ago • 0 comments

Source: https://docs.astro.build/en/guides/integrations-guide/ + https://astro.build/integrations/

  • [x] @astrojs/sitemap - https://docs.astro.build/en/guides/integrations-guide/sitemap/
  • [x] @astrojs/prefetch - https://docs.astro.build/en/guides/integrations-guide/prefetch/
  • [ ] @astrojs/mdx - https://docs.astro.build/en/guides/markdown-content/
  • [ ] @astrojs/rss - https://docs.astro.build/en/guides/rss/
  • [ ] astro-compress
  • [ ] @astro-community/astro-embed-youtube - https://github.com/delucis/astro-embed/tree/main/packages/astro-embed-youtube vs lite-youtube-embed
  • [ ] @xexiu/astro-progress-bar - https://github.com/xexiu/astro-components/tree/master/packages/astro-progress-bar
  • [ ] @xexiu/astro-speech - https://github.com/xexiu/astro-components/tree/master/packages/astro-speech
  • [ ] astro-purgecss - https://github.com/codiume/orbit/tree/main/packages/astro-purgecss + https://purgecss.com/
  • [ ] astro-remote - https://github.com/natemoo-re/astro-remote
  • [ ] @t3-oss/env-core - https://env.t3.gg/docs/core
  • [ ] drizzle-orm - https://orm.drizzle.team/ + https://orm.drizzle.team/docs/zod
  • [ ] shiki + @stefanprobst/remark-shiki
  • [ ] jose ?
  • [ ] npm-check-updates => "upgrade": "ncu -u",
  • [ ] @playwright/test => "test:e2e": "playwright test"
  • [ ] js-cookie + @types/js-cookie
  • [ ] rehype => rehype-external-links
  • [ ] gh-pages ??
  • [ ] openai - https://www.npmjs.com/package/openai 🚀 vs ai - https://www.npmjs.com/package/ai
  • [ ] Everything else in README.md

Explore additional repos and steal great packages:

  • [ ] https://github.com/roadmapsh/next.roadmap.sh/blob/master/package.json
  • [ ] https://github.com/WebDevSimplified/Web-Dev-Simplified-Official-Blog/blob/master/package.json
  • [ ] https://github.com/gtrak/garytrakhman.com/blob/main/blog/package.json
  • [ ] https://github.com/Abdullah-Majid/personal-website/blob/master/package.json
  • [ ] https://github.com/xexiu/web_astro_blog/blob/master/package.json

ViorelMocanu avatar Sep 27 '23 02:09 ViorelMocanu