package.json 430 B

1234567891011121314151617181920
  1. {
  2. "name": "second-solstice",
  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/mdx": "^2.0.1",
  14. "@astrojs/rss": "^4.0.1",
  15. "@astrojs/sitemap": "^3.0.3",
  16. "@astrojs/tailwind": "^5.0.3",
  17. "astro": "^4.0.4",
  18. "tailwindcss": "^3.3.6"
  19. }
  20. }