package.json 486 B

123456789101112131415161718192021
  1. {
  2. "name": "www",
  3. "type": "module",
  4. "version": "0.0.1",
  5. "scripts": {
  6. "dev": "astro dev",
  7. "start": "astro dev",
  8. "build": "astro build",
  9. "preview": "astro preview",
  10. "astro": "astro"
  11. },
  12. "dependencies": {
  13. "@astrojs/markdown-remark": "^6.3.1",
  14. "@astrojs/starlight": "^0.34.3",
  15. "@fontsource/ibm-plex-mono": "^5.2.5",
  16. "astro": "^5.7.13",
  17. "rehype-autolink-headings": "^7.1.0",
  18. "sharp": "^0.32.5",
  19. "toolbeam-docs-theme": "^0.2.3"
  20. }
  21. }