package.json 317 B

1234567891011121314151617
  1. {
  2. "name": "",
  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/starlight": "^0.13.0",
  14. "astro": "^3.2.3",
  15. "sharp": "^0.32.5"
  16. }
  17. }